summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-08-01 22:05:39 +0200
committeractionless2018-08-01 22:05:39 +0200
commit4d59d4660ed5cee2688ea391e6aa4ac6e3d7558b (patch)
tree6859fe52d62e729a0760ca72da83111f80e29346 /PKGBUILD
parentd8a2dc76336a8f0ef0eb16bb3a1bba6f24172f86 (diff)
downloadaur-4d59d4660ed5cee2688ea391e6aa4ac6e3d7558b.tar.gz
update to 1.2.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac137ee44257..5f08d62f8ffb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.12
+pkgver=1.2.13
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=('0c02cc3eda16b1cbb2240ca9a1644b5c')
+md5sums=('cfbaaf00b58cbe3b6d6db04f4361a49f')
depends=(
'pacman'
'pyalpm'