summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-19 02:33:09 +0200
committeractionless2018-07-19 02:33:09 +0200
commit8d230db4815abcd34a39445c2669fdc88a1e93c1 (patch)
tree8aaaabb50330614c1ff9791b8f78e11c76d4cc3c /PKGBUILD
parent9e1811d5063a868873a852a414a8c12271ec042f (diff)
downloadaur-8d230db4815abcd34a39445c2669fdc88a1e93c1.tar.gz
retag release to fix CI status for a tag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffaaec05864d..8d5fdba73a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pikaur
pkgver=1.0
-pkgrel=1
+pkgrel=2
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')
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=('4b75fd3193e2b71822d058500d42229c')
+md5sums=('fb2aa7e75c48653937ec0bc39e23b5f2')
depends=(
'pacman'
'pyalpm'