summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-26 19:46:21 +0200
committeractionless2018-07-26 19:46:21 +0200
commita32ca42b21dedbe85f790dd6fd1c55d6cc020ee5 (patch)
tree10ee5b4bd8956182f4c63c6e7d1499116476e322 /PKGBUILD
parentaa4d1d64929c33dffa824fc7211cf2826bdb0be3 (diff)
downloadaur-a32ca42b21dedbe85f790dd6fd1c55d6cc020ee5.tar.gz
update to 1.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 833ade7ebf71..3df807a57dac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.4
+pkgver=1.2.5
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=('98d9a4ca7496c350209c6df1402a1d09')
+md5sums=('56270cc8edea66b0b04a02062af4adbe')
depends=(
'pacman'
'pyalpm'