summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-22 05:20:40 +0200
committeractionless2018-07-22 05:20:40 +0200
commitf15ba2231aa75002bbff4d71184316dba4479125 (patch)
tree6d6e3681754fda9d0fe285514e704e77ebc1497c /PKGBUILD
parentd383e80e97d26da83650578be65c48f6f0ffde19 (diff)
downloadaur-f15ba2231aa75002bbff4d71184316dba4479125.tar.gz
update to 1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a2f87f8671e..57847da91f17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.1.0
+pkgver=1.1.1
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=('1424462c227b42ebdf26cfdefbc2c566')
+md5sums=('8a4d07f9e72ceae0876aecb50eaa3f93')
depends=(
'pacman'
'pyalpm'