summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2019-03-20 01:11:49 +0100
committeractionless2019-03-20 01:11:49 +0100
commit3654a92533e216b7b168b73feecaedff207f42dd (patch)
tree96b0dd6d2db00aeabf16968bda28d5a0cb4b4922 /PKGBUILD
parentabb6b4a6eeb887cbd421aca520c77da016d45543 (diff)
downloadaur-3654a92533e216b7b168b73feecaedff207f42dd.tar.gz
update to 1.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b75894bd21c..fa0ae9ba864c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.4
+pkgver=1.4.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=('2792151b4ca3ea6de5913b53a2a8a3a4')
+md5sums=('c1c476894d1a9e994256dbb0f0c6ebe0')
depends=(
'pyalpm'
'git'