summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-20 12:18:56 +0200
committeractionless2018-07-20 12:18:56 +0200
commit4b7afd3a93b78d3af9c9f12efbe00be79a50e4c4 (patch)
tree5efad9d6cac4571818f27e2186375b7385f2aac9 /PKGBUILD
parent9ee285d097bbe5d6d7d7a9eedc32dcb177e4330b (diff)
downloadaur-4b7afd3a93b78d3af9c9f12efbe00be79a50e4c4.tar.gz
update to 1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc25f0d74099..d648a2cfc4b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.0.1
+pkgver=1.0.2
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=('188a7f05b9c0359ce754e64cbc1f4d14')
+md5sums=('356c3ec584f2b233384d9c787be282c7')
depends=(
'pacman'
'pyalpm'