summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-28 19:32:37 +0200
committeractionless2018-07-28 19:32:37 +0200
commit0990b8630c864138679a107600839e7f2edb7eb1 (patch)
tree289a42da30e54751d1b89bc506a25f64622f012a /PKGBUILD
parent124d366c2dab31b4b9140b4d0385c3ee91e62c62 (diff)
downloadaur-0990b8630c864138679a107600839e7f2edb7eb1.tar.gz
update to 1.2.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5efd89860987..76e0c0d3dbc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.8
+pkgver=1.2.9
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=('486ae4becd114b6a70ead9314fa326f3')
+md5sums=('852ce858b315983c3490c97ba68bb589')
depends=(
'pacman'
'pyalpm'