summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-22 18:21:21 +0200
committeractionless2018-07-22 18:21:21 +0200
commit2817922c56200702a949bcf21cfc8b8903bcec24 (patch)
tree75f1298b37a0f96ee9058008deea7484bbac4e9f /PKGBUILD
parenta8ca09f97f9819c6277b3c358a0dffb146d609d4 (diff)
downloadaur-2817922c56200702a949bcf21cfc8b8903bcec24.tar.gz
update to 1.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac8bc8b715ce..ee095121f993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.1.2
+pkgver=1.1.3
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=('06278e4d53a06119a25fd7c787ae77c8')
+md5sums=('a1d5113566b4e49c9157856fa1153240')
depends=(
'pacman'
'pyalpm'