summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonni Westphalen2018-05-28 12:35:55 +0200
committerJonni Westphalen2018-05-28 12:35:55 +0200
commit08c4c7b2384f128e3930ea10b921b80ab9342207 (patch)
treef6ab15927682afcd6db228f26ae63f3585357a43
parentd05bcf6f7f5710ff6bf0342f5ba053d695cc7390 (diff)
downloadaur-08c4c7b2384f128e3930ea10b921b80ab9342207.tar.gz
2.9.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d740a431669..a67eac1189b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurman
pkgdesc = aurman AUR helper with almost pacman syntax
- pkgver = 2.9.29
+ pkgver = 2.9.30
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
@@ -8,12 +8,12 @@ pkgbase = aurman
depends = python
depends = expac
depends = python-requests
- depends = pyalpm
depends = pacman
depends = sudo
depends = git
depends = python-regex
- source = aurman_sources::git+https://github.com/polygamma/aurman.git#tag=2.9.29
+ depends = pacman>=5.1
+ source = aurman_sources::git+https://github.com/polygamma/aurman.git#tag=2.9.30
md5sums = SKIP
pkgname = aurman
diff --git a/PKGBUILD b/PKGBUILD
index f27f6e83839a..768d4a94e1ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman
-pkgver=2.9.29
+pkgver=2.9.30
pkgrel=1
pkgdesc="aurman AUR helper with almost pacman syntax"
arch=('any')
url="https://github.com/polygamma/aurman"
license=('MIT')
-depends=('python' 'expac' 'python-requests' 'pyalpm' 'pacman' 'sudo' 'git' 'python-regex')
+depends=('python' 'expac' 'python-requests' 'pacman' 'sudo' 'git' 'python-regex' 'pacman>=5.1')
source=("aurman_sources::git+https://github.com/polygamma/aurman.git#tag=${pkgver}")
md5sums=('SKIP')