summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-28 03:45:29 +0200
committeractionless2018-07-28 03:45:29 +0200
commit4448067d28279633ec6590d545ce2865fe623a94 (patch)
treedbf73c17d3da151b7608ffeec488cb57bceb68cb /PKGBUILD
parenta32ca42b21dedbe85f790dd6fd1c55d6cc020ee5 (diff)
downloadaur-4448067d28279633ec6590d545ce2865fe623a94.tar.gz
update to 1.2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3df807a57dac..cbe13fd91d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.5
+pkgver=1.2.6
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=('56270cc8edea66b0b04a02062af4adbe')
+md5sums=('f3e2066dbdc668d8a39867cbaa9e7f72')
depends=(
'pacman'
'pyalpm'