summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-08-12 18:26:22 +0200
committeractionless2018-08-12 18:26:22 +0200
commit34f9f4a06a135d5b0ad63978f4558ce2bc72e891 (patch)
treefbb31a88df37a181d4fc9afa0e4fcb35b9af1e9d /PKGBUILD
parent3c170cf2f34f56a3cf261b7cbd45c45a1c726fd4 (diff)
downloadaur-34f9f4a06a135d5b0ad63978f4558ce2bc72e891.tar.gz
update to 1.2.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb985aa6033e..5164f4453df3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.18
+pkgver=1.2.19
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=('c18e448519d7be5d4b31205f5a1682af')
+md5sums=('f92bf50af9934c0a33de99656122871b')
depends=(
'pacman'
'pyalpm'