summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-10-04 05:20:33 +0200
committeractionless2018-10-04 05:20:33 +0200
commita26b89d8e3a293b65b19b456422b3563331269e1 (patch)
treeb2cfa1e92fff0319073305144963d9bb90b56e8d /PKGBUILD
parent19c42ae805a1f17c1f2c2e1b3b746fc488f292e0 (diff)
downloadaur-a26b89d8e3a293b65b19b456422b3563331269e1.tar.gz
update to 1.3.0.1 (fix changelog)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d653276171d3..e6a715d66c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.0
+pkgver=1.3.0.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=('23f832152ef2d87fe625d6dc1a160444')
+md5sums=('43ed94a529c0e0cba016fe94446d0ea5')
depends=(
'pyalpm'
'git'