summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-06-13 03:16:10 +0200
committeractionless2018-06-13 03:16:10 +0200
commit0a19a1a6a210bc0340f7109b31a00373a53f3550 (patch)
tree64a1c5fc226154834706659c990e73b7cd5f62a8 /PKGBUILD
parent63eaf98787ca22313c14898ebd2bf2599bd4208c (diff)
downloadaur-0a19a1a6a210bc0340f7109b31a00373a53f3550.tar.gz
update to 0.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d7f510f6aa0..947a0948e5be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.13
+pkgver=0.13.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=('8dfe9e8410e1a3c067a266743a992692')
+md5sums=('19a16628532e90e1e29a2fd52dc05af4')
depends=(
'pacman>=5.1'
'pyalpm'