summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-31 14:45:06 +0200
committeractionless2018-07-31 14:45:06 +0200
commit0b624d17fe189d6204d47bbf5751de48bd40a0aa (patch)
treef99981380bfaac0296ac8ed8a3ca32a8485ca317 /PKGBUILD
parent03fed8807ad843d67b651e7170dc63c1c95c5630 (diff)
downloadaur-0b624d17fe189d6204d47bbf5751de48bd40a0aa.tar.gz
update to 1.2.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2934ed110d9..a7f0225d15fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.10
+pkgver=1.2.11
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=('d5c9606e72595dc5362786bada88765e')
+md5sums=('b325e9d59ab2e0f67db14dc54bc4d904')
depends=(
'pacman'
'pyalpm'