summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-05-21 14:04:40 +0200
committeractionless2018-05-21 14:04:40 +0200
commit43c4736df3f04b6604262c125ec0494093b3ff5c (patch)
tree1f741f517164c0a7277d5970b90c13b95d57e078 /PKGBUILD
parent88027b710f9b39040dbf2ebeab1951fc47fc38cc (diff)
downloadaur-43c4736df3f04b6604262c125ec0494093b3ff5c.tar.gz
update to 0.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8976568b274..f8bf46610938 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.11
+pkgver=0.11.1
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=('954cbfda2fc3ffd2b0b69412be9e8147')
+md5sums=('da9bb52c34003b4ef2e8a56428a7b062')
depends=(
'pyalpm'
'git'