summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee095121f993..3b9e1db63fc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.1.3
+pkgver=1.2.0
pkgrel=1
pkgdesc="AUR helper with minimal dependencies inspired by pacaur, yaourt and yay. Review PKGBUILDs all in once, next build them all without user interaction."
arch=('any')
@@ -11,12 +11,15 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('a1d5113566b4e49c9157856fa1153240')
+md5sums=('1e9662aa929cd314a4ee3c1136f2b3cd')
depends=(
'pacman'
'pyalpm'
'git'
)
+optdepends=(
+ 'asp: for ABS support in -G/--getpkgbuild operation'
+)
conflicts=('pikaur-git')
build() {