summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-06-17 23:40:59 +0200
committeractionless2018-06-17 23:40:59 +0200
commitd5f260e2239e31e234358d427785fa59002ab674 (patch)
tree0e3e81e2e899e96cf27c3876cdaab38b63747ebc /PKGBUILD
parent02a6c218bd098f76cf4119fa8c91b60bc21e5ee7 (diff)
downloadaur-d5f260e2239e31e234358d427785fa59002ab674.tar.gz
update to 0.14.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3e172dcae99..73a4d2daac18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.14.3
+pkgver=0.14.4
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=('5a627bc1ccca8c93ef129504c15ac03e')
+md5sums=('ec7e5e8a84978acf5438e4badc412d94')
depends=(
'pacman>=5.1'
'pyalpm'