summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index def5e6358fd5..8e56cfde75c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = aurman
- pkgdesc = aurman AUR helper with almost pacman syntax
- pkgver = 2.12
+ pkgdesc = AUR helper with almost pacman syntax
+ pkgver = 2.13
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
license = MIT
depends = python
- depends = expac-git
+ depends = expac-git>=8.1.g5ae006f
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.12
+ source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=2.13
validpgpkeys = 4C3CE98F9579981C21CA1EC3465022E743D71E39
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 687390f4d784..e5a76101c98a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman
-pkgver=2.12
+pkgver=2.13
pkgrel=1
-pkgdesc="aurman AUR helper with almost pacman syntax"
+pkgdesc="AUR helper with almost pacman syntax"
arch=('any')
url="https://github.com/polygamma/aurman"
license=('MIT')
-depends=('python' 'expac-git' 'python-requests' 'git' 'python-regex' 'pacman>=5.1')
+depends=('python' 'expac-git>=8.1.g5ae006f' 'python-requests' 'git' 'python-regex' 'pacman>=5.1')
source=("aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=${pkgver}")
md5sums=('SKIP')
validpgpkeys=('4C3CE98F9579981C21CA1EC3465022E743D71E39') # Jonni Westphalen