summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-07-22 19:52:10 +0200
committeractionless2018-07-22 19:52:10 +0200
commit598f8a0fe386127799a2e8f975b29646c2c5dcdc (patch)
treea4b2bbb0aa447a343834cf8e6c00c28264d3a76e
parent2817922c56200702a949bcf21cfc8b8903bcec24 (diff)
downloadaur-598f8a0fe386127799a2e8f975b29646c2c5dcdc.tar.gz
update to 1.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdbf8f9f088d..daeef745aa4d 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 = 1.1.3
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -8,9 +8,10 @@ pkgbase = pikaur
depends = pacman
depends = pyalpm
depends = git
+ optdepends = asp: for ABS support in -G/--getpkgbuild operation
conflicts = pikaur-git
- source = pikaur-1.1.3.tar.gz::https://github.com/actionless/pikaur/archive/1.1.3.tar.gz
- md5sums = a1d5113566b4e49c9157856fa1153240
+ source = pikaur-1.2.0.tar.gz::https://github.com/actionless/pikaur/archive/1.2.0.tar.gz
+ md5sums = 1e9662aa929cd314a4ee3c1136f2b3cd
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index ee095121f993..3b9e1db63fc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.1.3
+pkgver=1.2.0
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,12 +11,15 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('a1d5113566b4e49c9157856fa1153240')
+md5sums=('1e9662aa929cd314a4ee3c1136f2b3cd')
depends=(
'pacman'
'pyalpm'
'git'
)
+optdepends=(
+ 'asp: for ABS support in -G/--getpkgbuild operation'
+)
conflicts=('pikaur-git')
build() {