summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-24 08:33:00 +0200
committeractionless2018-07-24 08:33:00 +0200
commit22e3ed38962cf68988daf802166c71e3c221f13a (patch)
tree55570bcc131365acd99de3cd8adbf7ea2e82c504 /PKGBUILD
parentda568654f484db48af88190f1ed63540ff7f2629 (diff)
downloadaur-22e3ed38962cf68988daf802166c71e3c221f13a.tar.gz
update to 1.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ab69092fee6..c062763739ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.1
+pkgver=1.2.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=('bd3707702c10dfcb1f76871663e59f05')
+md5sums=('d6499ce6f9f446fd6e5e21cffed00226')
depends=(
'pacman'
'pyalpm'