summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-08-06 01:20:22 +0200
committeractionless2018-08-06 01:20:22 +0200
commit8e8e901c6b28b36c9bdbcba854f0a7f71eccf991 (patch)
tree6a7341dfff916b25edeba6cc1969db3fafae6cb9 /PKGBUILD
parent8f5eb60324dad3fd864aecd42fe695fc573a8761 (diff)
downloadaur-8e8e901c6b28b36c9bdbcba854f0a7f71eccf991.tar.gz
update to 1.2.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f327ba626a77..76ce65aab4a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.15
+pkgver=1.2.16
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,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('17a0db4e87bf93ef6dddf28e3a555025')
+md5sums=('f36085706184d0f196cbe4541e87ffb8')
depends=(
'pacman'
'pyalpm'