summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-06-11 15:15:51 +0200
committeractionless2018-06-11 15:15:51 +0200
commit63eaf98787ca22313c14898ebd2bf2599bd4208c (patch)
treeb4ef8e09195b8fb5a008d9037fa6cb4ef8729581 /PKGBUILD
parentcdd6ebc612a08de1fe479b7a2fcec09fe0cb0f40 (diff)
downloadaur-63eaf98787ca22313c14898ebd2bf2599bd4208c.tar.gz
update to 0.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d922028c204f..6d7f510f6aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.12
+pkgver=0.13
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=('GPLv3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('653bd421177f79b76bf10f6d955f02f9')
+md5sums=('8dfe9e8410e1a3c067a266743a992692')
depends=(
'pacman>=5.1'
'pyalpm'