summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2019-10-15 02:34:21 +0200
committeractionless2019-10-15 02:34:21 +0200
commit5ec09224795130dab938b74241bbd1b5bfecfefc (patch)
tree287bc9cd767ac017061099cd8e07575832e13496 /PKGBUILD
parentd393579038d51f5c7780255689d8c3796edbc909 (diff)
downloadaur-5ec09224795130dab938b74241bbd1b5bfecfefc.tar.gz
update to 1.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14437f86a989..8355b769516b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.5.2
-pkgrel=2
+pkgver=1.5.3
+pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
url="https://github.com/actionless/pikaur"
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('2847e94d4dcaebc1d71b4a4ff060d2ec')
+md5sums=('f9dff8cd3e00db3100e3954dee39b037')
depends=(
'pyalpm'
'git'