summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-08-11 21:28:30 +0200
committeractionless2018-08-11 21:28:30 +0200
commit3c170cf2f34f56a3cf261b7cbd45c45a1c726fd4 (patch)
tree3b293b88f4a3a1a7058c7f98311bd3c116836603 /PKGBUILD
parent42b4892d46b27100be049851be036430fb303607 (diff)
downloadaur-3c170cf2f34f56a3cf261b7cbd45c45a1c726fd4.tar.gz
update to 1.2.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46cdc5eebaf9..eb985aa6033e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.17
+pkgver=1.2.18
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=('98369f396cb6215b2205ef285c96f219')
+md5sums=('c18e448519d7be5d4b31205f5a1682af')
depends=(
'pacman'
'pyalpm'