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>
|
# Maintainer: Morgan <morganamilo@archlinux.org>
|
||||||
pkgname=paru
|
pkgname=paru
|
||||||
pkgver=2.1.0
|
pkgver=2.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Feature packed AUR helper'
|
pkgdesc='Feature packed AUR helper'
|
||||||
url='https://github.com/morganamilo/paru'
|
url='https://github.com/morganamilo/paru'
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Morganamilo/paru/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/Morganamilo/paru/archive/v$pkgver.tar.gz")
|
||||||
@@ -15,6 +15,7 @@ sha256sums=('eea4dbb524db765d5316f540f9ee670c0bf81aae4827b5417eebb4c9b5651727')
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
cargo update alpm alpm-utils
|
||||||
cargo fetch --locked --target "$(rustc -vV | sed -n 's|host: ||p')"
|
cargo fetch --locked --target "$(rustc -vV | sed -n 's|host: ||p')"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user