summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-06-28 15:51:15 +0200
committeractionless2018-06-28 15:51:15 +0200
commitae4ec1101297b9495963390e9a1de4ba208969e8 (patch)
tree6f390e97366c5303e6c4c9d542d825fecc0fdc76 /PKGBUILD
parentd5f260e2239e31e234358d427785fa59002ab674 (diff)
downloadaur-ae4ec1101297b9495963390e9a1de4ba208969e8.tar.gz
update to 0.14.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73a4d2daac18..dfaffe4f7fad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.14.4
+pkgver=0.14.5
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=('ec7e5e8a84978acf5438e4badc412d94')
+md5sums=('2e6020c9f4bb92835899839d5d69ac3a')
depends=(
'pacman>=5.1'
'pyalpm'