summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 579750b69dd6..0f9d2df0c201 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = pikaur
pkgdesc = AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
- pkgver = 0.11.2
+ pkgver = 0.11.3
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
license = GPLv3
+ depends = pacman>=5.1
depends = pyalpm
depends = git
conflicts = pikaur-git
- source = pikaur-0.11.2.tar.gz::https://github.com/actionless/pikaur/archive/0.11.2.tar.gz
- md5sums = 181fc0c68198079902f02d1865a644c9
+ source = pikaur-0.11.3.tar.gz::https://github.com/actionless/pikaur/archive/0.11.3.tar.gz
+ md5sums = 12cd34592af1567f4669fa54a2a0f9a3
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index 9a4cf9aae3a5..b7544d9e1ce8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.11.2
+pkgver=0.11.3
pkgrel=1
pkgdesc="AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction."
arch=('any')
@@ -11,8 +11,9 @@ license=('GPLv3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('181fc0c68198079902f02d1865a644c9')
+md5sums=('12cd34592af1567f4669fa54a2a0f9a3')
depends=(
+ 'pacman>=5.1'
'pyalpm'
'git'
)