summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-08-22 13:08:04 +0200
committeractionless2018-08-22 13:08:04 +0200
commitcd522fbebb70c67e8ab8d6f8b1d04daea970351b (patch)
tree8bfd1961eb6acd749c9dcf17e84eb78cb5410537 /PKGBUILD
parent7cb4aef6de829e5c3e4856e1d62b0efa441ccf6c (diff)
downloadaur-cd522fbebb70c67e8ab8d6f8b1d04daea970351b.tar.gz
update to 1.2.23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58702eee4b5f..60174e2b58ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.22
+pkgver=1.2.23
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=('91f7e14038181d9591b8a483379e6ca1')
+md5sums=('e8547b786cd77040ac46f49463089d8e')
depends=(
'pacman'
'pyalpm'