summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d7e0cf57222..448335400b98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.0.5
+pkgver=1.3.0.6
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -11,14 +11,11 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('8c25ea4451e14fc15293e96d283bccd3')
+md5sums=('12aa695bc8f14ceecfa6d229aa00a59e')
depends=(
'pyalpm'
'git'
)
-makedepends=(
- 'gettext'
-)
optdepends=(
'asp: for ABS support in -G/--getpkgbuild operation'
)