summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6260b85f4c6d..7c67017f69af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
- pkgdesc = AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
- pkgver = 0.14.6
+ 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
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.14.6.tar.gz::https://github.com/actionless/pikaur/archive/0.14.6.tar.gz
- md5sums = c11852739cd02afb729b90f9b9b0d34c
+ source = pikaur-0.15.tar.gz::https://github.com/actionless/pikaur/archive/0.15.tar.gz
+ md5sums = d07d51d32a5e6b1f8169ff310b2c586b
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index 6338344aa749..57ecfa370424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.14.6
+pkgver=0.15
pkgrel=1
-pkgdesc="AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction."
+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"
license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('c11852739cd02afb729b90f9b9b0d34c')
+md5sums=('d07d51d32a5e6b1f8169ff310b2c586b')
depends=(
'pacman>=5.1'
'pyalpm'