summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonni Westphalen2018-05-28 12:34:45 +0200
committerJonni Westphalen2018-05-28 12:34:45 +0200
commit8330fb51b067969ca347ee67e085833d93eb5803 (patch)
tree3cb6e45dceffb4111f8d2ed94690e4557fbc2f5e
parent5bbc300e3b1b7ee9ce0df7700b256bbf3d8d9483 (diff)
downloadaur-8330fb51b067969ca347ee67e085833d93eb5803.tar.gz
2.9.30.r0.g5a2e985
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26818676a860..9f8a4ec096c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurman-git
pkgdesc = aurman AUR helper with almost pacman syntax
- pkgver = 2.9.29.r0.g2bdcacc
+ pkgver = 2.9.30.r0.g5a2e985
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
@@ -8,11 +8,11 @@ pkgbase = aurman-git
depends = python
depends = expac
depends = python-requests
- depends = pyalpm
depends = pacman
depends = sudo
depends = git
depends = python-regex
+ depends = pacman>=5.1
provides = aurman
conflicts = aurman
source = aurman_sources::git+https://github.com/polygamma/aurman.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 887ad4de8852..306a717c3a83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman-git
-pkgver=2.9.29.r0.g2bdcacc
+pkgver=2.9.30.r0.g5a2e985
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#branch=master')
md5sums=('SKIP')
conflicts=('aurman')