summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-26 05:56:08 +0200
committeractionless2018-07-26 05:56:08 +0200
commitaa4d1d64929c33dffa824fc7211cf2826bdb0be3 (patch)
treec9ceaa4d7d8bbcd97edc9d755385a770e8cce42d /PKGBUILD
parent29a9e212882fce1909f733d44f401bcf86e5d7a5 (diff)
downloadaur-aa4d1d64929c33dffa824fc7211cf2826bdb0be3.tar.gz
update to 1.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7742128e2a9f..833ade7ebf71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.3
+pkgver=1.2.4
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=('cccd89e62594c8f0a0aca157a9f95ded')
+md5sums=('98d9a4ca7496c350209c6df1402a1d09')
depends=(
'pacman'
'pyalpm'