summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2019-09-21 11:05:58 +0200
committeractionless2019-09-21 11:05:58 +0200
commitf8bbec96242e776e4b0938e20c0b975c5f7b3fbc (patch)
treee2ffb62674c91a6fc636d205707e07dd9c1cf331 /PKGBUILD
parentdb665eb9d381a3d01e84b745959cb6672b39a6a7 (diff)
downloadaur-f8bbec96242e776e4b0938e20c0b975c5f7b3fbc.tar.gz
update to 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f59e67a6e1e..ab609f9c6d94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5
+pkgver=1.5.1
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('061e7547ec82bc1970a61db495ead79b')
+md5sums=('75c5b63e5ea92db013e787a03a2a7c58')
depends=(
'pyalpm'
'git'