summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonni Westphalen2018-06-24 14:17:16 +0200
committerJonni Westphalen2018-06-24 14:17:16 +0200
commit3fd993dcce9cdbca35215ee61d4f6ba576d46683 (patch)
tree64b06efcdf12c1b677bbb2c1f22f105e1f23ffc4
parent5e5d3ec00f08b0c809ca43554a63095f45d90184 (diff)
downloadaur-3fd993dcce9cdbca35215ee61d4f6ba576d46683.tar.gz
2.14
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9d15bbbda90..4a83b650872f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = aurman
pkgdesc = AUR helper with almost pacman syntax
- pkgver = 2.13.1
+ pkgver = 2.14
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
license = MIT
depends = python
- depends = expac-git>=8.1.g5ae006f
+ depends = expac
depends = python-requests
depends = git
depends = python-regex
- depends = pacman>=5.1
- source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=2.13.1
+ source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=2.14
validpgpkeys = 4C3CE98F9579981C21CA1EC3465022E743D71E39
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index df451704be9b..3bf42360dfd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman
-pkgver=2.13.1
+pkgver=2.14
pkgrel=1
pkgdesc="AUR helper with almost pacman syntax"
arch=('any')
url="https://github.com/polygamma/aurman"
license=('MIT')
-depends=('python' 'expac-git>=8.1.g5ae006f' 'python-requests' 'git' 'python-regex' 'pacman>=5.1')
+depends=('python' 'expac' 'python-requests' 'git' 'python-regex')
source=("aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=${pkgver}")
md5sums=('SKIP')
validpgpkeys=('4C3CE98F9579981C21CA1EC3465022E743D71E39') # Jonni Westphalen