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 61d1612673ce..6d7e0cf57222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.0.4
+pkgver=1.3.0.5
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -11,11 +11,14 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('e04fddd1eae37730a30577bf9201274b')
+md5sums=('8c25ea4451e14fc15293e96d283bccd3')
depends=(
'pyalpm'
'git'
)
+makedepends=(
+ 'gettext'
+)
optdepends=(
'asp: for ABS support in -G/--getpkgbuild operation'
)