summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-04-19 15:00:34 +0200
committeractionless2018-04-19 15:00:34 +0200
commitfab439772e32aaa9cbcbda54ff6c6358a22985e3 (patch)
tree285eb91c0a61fd606a52b1ce02ae0eac4ca05cf7 /PKGBUILD
parent0489da2e698b30365b2835afe62df3e3470aad16 (diff)
downloadaur-fab439772e32aaa9cbcbda54ff6c6358a22985e3.tar.gz
update to 0.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e059a1a48b90..a726ce5f7bdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.10
+pkgver=0.10.1
pkgrel=1
pkgdesc="AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction."
arch=('any')
@@ -11,10 +11,9 @@ license=('GPLv3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('854d12b6a9a92fc94b34ace6dceed93f')
+md5sums=('74c4d82da70360beab064aa73da43572')
depends=(
'pyalpm'
- 'python-setuptools'
'git'
'fakeroot'
)