summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-06-17 22:39:45 +0200
committeractionless2018-06-17 22:39:45 +0200
commit02a6c218bd098f76cf4119fa8c91b60bc21e5ee7 (patch)
tree86a540f8aa21767263b203659cdddcfe26f528d9 /PKGBUILD
parent50c96ddad915f2bcc168c291a8c90cc18bb23ea5 (diff)
downloadaur-02a6c218bd098f76cf4119fa8c91b60bc21e5ee7.tar.gz
update to 0.14.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a213f531f693..e3e172dcae99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.14.2
+pkgver=0.14.3
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=('214bacc2b6bdaa77d716dcdb67718b92')
+md5sums=('5a627bc1ccca8c93ef129504c15ac03e')
depends=(
'pacman>=5.1'
'pyalpm'