summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonni Westphalen2018-05-28 12:44:26 +0200
committerJonni Westphalen2018-05-28 12:44:26 +0200
commitbb9f9a175e44039ceef29b8e9b5ed970afb37bc1 (patch)
tree007a9bdd976ea7b052766e968c3edd77135b915f
parent08c4c7b2384f128e3930ea10b921b80ab9342207 (diff)
downloadaur-bb9f9a175e44039ceef29b8e9b5ed970afb37bc1.tar.gz
2.9.29 until 5.1 pacman release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a67eac1189b9..e50a1e2fc9b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = aurman
pkgdesc = aurman AUR helper with almost pacman syntax
- pkgver = 2.9.30
- pkgrel = 1
+ pkgver = 2.9.29
+ pkgrel = 2
url = https://github.com/polygamma/aurman
arch = any
license = MIT
depends = python
depends = expac
depends = python-requests
+ depends = pyalpm
depends = pacman
depends = sudo
depends = git
depends = python-regex
- depends = pacman>=5.1
- source = aurman_sources::git+https://github.com/polygamma/aurman.git#tag=2.9.30
+ source = aurman_sources::git+https://github.com/polygamma/aurman.git#tag=2.9.29
md5sums = SKIP
pkgname = aurman
diff --git a/PKGBUILD b/PKGBUILD
index 768d4a94e1ff..a85a6e2bcf01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman
-pkgver=2.9.30
-pkgrel=1
+pkgver=2.9.29
+pkgrel=2
pkgdesc="aurman AUR helper with almost pacman syntax"
arch=('any')
url="https://github.com/polygamma/aurman"
license=('MIT')
-depends=('python' 'expac' 'python-requests' 'pacman' 'sudo' 'git' 'python-regex' 'pacman>=5.1')
+depends=('python' 'expac' 'python-requests' 'pyalpm' 'pacman' 'sudo' 'git' 'python-regex')
source=("aurman_sources::git+https://github.com/polygamma/aurman.git#tag=${pkgver}")
md5sums=('SKIP')