summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-22 05:41:01 +0200
committeractionless2018-07-22 05:41:01 +0200
commita8ca09f97f9819c6277b3c358a0dffb146d609d4 (patch)
treefc182de584ecbacdb6e7ae1b81cddd1443ac2036 /PKGBUILD
parentf15ba2231aa75002bbff4d71184316dba4479125 (diff)
downloadaur-a8ca09f97f9819c6277b3c358a0dffb146d609d4.tar.gz
update to 1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57847da91f17..ac8bc8b715ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.1.1
+pkgver=1.1.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=('8a4d07f9e72ceae0876aecb50eaa3f93')
+md5sums=('06278e4d53a06119a25fd7c787ae77c8')
depends=(
'pacman'
'pyalpm'