Add support for libalpm16
All checks were successful
Build package / build-package (push) Successful in 20m26s
All checks were successful
Build package / build-package (push) Successful in 20m26s
This commit is contained in:
committed by
Yi-Ting Shih
parent
c94153fc84
commit
23dd726c26
3
PKGBUILD
3
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Morgan <morganamilo@archlinux.org>
|
||||
pkgname=paru
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Feature packed AUR helper'
|
||||
url='https://github.com/morganamilo/paru'
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Morganamilo/paru/archive/v$pkgver.tar.gz")
|
||||
@@ -15,6 +15,7 @@ sha256sums=('eea4dbb524db765d5316f540f9ee670c0bf81aae4827b5417eebb4c9b5651727')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
cargo update alpm alpm-utils
|
||||
cargo fetch --locked --target "$(rustc -vV | sed -n 's|host: ||p')"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user