summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-06-29 18:47:56 +0200
committeractionless2018-06-29 18:47:56 +0200
commitee9b84b35755db66f51e9925ba2e1da48ed90e4b (patch)
tree72652d1231c973abbda4d9e84afd045a1cffce86 /PKGBUILD
parentae4ec1101297b9495963390e9a1de4ba208969e8 (diff)
downloadaur-ee9b84b35755db66f51e9925ba2e1da48ed90e4b.tar.gz
update to 0.14.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfaffe4f7fad..6338344aa749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.14.5
+pkgver=0.14.6
pkgrel=1
pkgdesc="AUR helper with minimal dependencies. 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=('2e6020c9f4bb92835899839d5d69ac3a')
+md5sums=('c11852739cd02afb729b90f9b9b0d34c')
depends=(
'pacman>=5.1'
'pyalpm'