summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonni Westphalen2018-06-08 00:25:32 +0200
committerJonni Westphalen2018-06-08 00:25:32 +0200
commit7b24202ed5ada6e95a1c25770b501cc998747d63 (patch)
treeedddb742217970723e92fd1792b60ef670106a77
parent0a19f8a834020c84e633becf933c2e1c57c4baa0 (diff)
downloadaur-7b24202ed5ada6e95a1c25770b501cc998747d63.tar.gz
2.10.r2.g4af71e6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ff133be76a3..6dde3d1d75de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = aurman-git
pkgdesc = aurman AUR helper with almost pacman syntax
- pkgver = 2.10.r0.gd0f6687
+ pkgver = 2.10.r2.g4af71e6
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
license = MIT
depends = python
- depends = expac
+ depends = expac-git
depends = python-requests
depends = git
depends = python-regex
diff --git a/PKGBUILD b/PKGBUILD
index b7e38aae3b2d..cf606d8b4ea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman-git
-pkgver=2.10.r0.gd0f6687
+pkgver=2.10.r2.g4af71e6
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' 'git' 'python-regex' 'pacman>=5.1')
+depends=('python' 'expac-git' 'python-requests' 'git' 'python-regex' 'pacman>=5.1')
source=('aurman_sources::git+https://github.com/polygamma/aurman.git#branch=master')
md5sums=('SKIP')
conflicts=('aurman')