summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2018-07-12 00:31:37 +0200
committeractionless2018-07-12 00:31:37 +0200
commit625db9c219ae60ff3ccf869568f1afb1dcb4d68c (patch)
treef411859fba59386380f14cf78ae6033c62b35cfe /PKGBUILD
parentee9b84b35755db66f51e9925ba2e1da48ed90e4b (diff)
downloadaur-625db9c219ae60ff3ccf869568f1afb1dcb4d68c.tar.gz
update to 0.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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'