summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonni Westphalen2018-06-28 18:05:26 +0200
committerJonni Westphalen2018-06-28 18:05:26 +0200
commitec49119a006a8a168576c79533d0cbb59148e7e0 (patch)
tree01af05e744c8879395f1c4de17534cc5e3c8310f
parent3fd993dcce9cdbca35215ee61d4f6ba576d46683 (diff)
downloadaur-ec49119a006a8a168576c79533d0cbb59148e7e0.tar.gz
2.15
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a83b650872f..dd7f23f133ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurman
pkgdesc = AUR helper with almost pacman syntax
- pkgver = 2.14
+ pkgver = 2.15
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
@@ -10,7 +10,8 @@ pkgbase = aurman
depends = python-requests
depends = git
depends = python-regex
- source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=2.14
+ depends = pyalpm
+ source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=2.15
validpgpkeys = 4C3CE98F9579981C21CA1EC3465022E743D71E39
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3bf42360dfd0..6b836603b82d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman
-pkgver=2.14
+pkgver=2.15
pkgrel=1
pkgdesc="AUR helper with almost pacman syntax"
arch=('any')
url="https://github.com/polygamma/aurman"
license=('MIT')
-depends=('python' 'expac' 'python-requests' 'git' 'python-regex')
+depends=('python' 'expac' 'python-requests' 'git' 'python-regex' 'pyalpm')
source=("aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=${pkgver}")
md5sums=('SKIP')
validpgpkeys=('4C3CE98F9579981C21CA1EC3465022E743D71E39') # Jonni Westphalen