summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-07-13 02:02:24 +0200
committeractionless2018-07-13 02:02:24 +0200
commit532d922b2735dff54398ae7649ec706c262c9b96 (patch)
treef127fc86148774372b0a4803477cf292de432e08
parent625db9c219ae60ff3ccf869568f1afb1dcb4d68c (diff)
downloadaur-532d922b2735dff54398ae7649ec706c262c9b96.tar.gz
update to 0.15.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c67017f69af..3f216dd26ec5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
pkgdesc = AUR helper with minimal dependencies inspired by pacaur, yaourt and yay. Review PKGBUILDs all in once, next build them all without user interaction.
- pkgver = 0.15
+ pkgver = 0.15.1
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -9,8 +9,8 @@ pkgbase = pikaur
depends = pyalpm
depends = git
conflicts = pikaur-git
- source = pikaur-0.15.tar.gz::https://github.com/actionless/pikaur/archive/0.15.tar.gz
- md5sums = d07d51d32a5e6b1f8169ff310b2c586b
+ source = pikaur-0.15.1.tar.gz::https://github.com/actionless/pikaur/archive/0.15.1.tar.gz
+ md5sums = 0dde489da70e25a8cd1cc3eeb6662c3c
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index 57ecfa370424..2cc7de2f4c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.15
+pkgver=0.15.1
pkgrel=1
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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('d07d51d32a5e6b1f8169ff310b2c586b')
+md5sums=('0dde489da70e25a8cd1cc3eeb6662c3c')
depends=(
'pacman>=5.1'
'pyalpm'