summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonni Westphalen2018-07-08 03:34:38 +0200
committerJonni Westphalen2018-07-08 03:34:38 +0200
commitaed158acc49493a599494ac408d3a3cbea31dae4 (patch)
tree42db897d5000995e840265d82c32498c9e1b1ae6
parent3368b8f69993b7110bc768456604aebb7d0cf0a3 (diff)
downloadaur-aed158acc49493a599494ac408d3a3cbea31dae4.tar.gz
2.16.2.r0.ge6dec08
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23748673fd24..1d6f01d34ce9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurman-git
pkgdesc = AUR helper with almost pacman syntax
- pkgver = 2.16.1.r0.g2323e21
+ pkgver = 2.16.2.r0.ge6dec08
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
@@ -10,6 +10,7 @@ pkgbase = aurman-git
depends = python-requests
depends = git
depends = python-regex
+ depends = python-dateutil
depends = pyalpm
provides = aurman
conflicts = aurman
diff --git a/PKGBUILD b/PKGBUILD
index e7121988a112..c9c27a84c1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman-git
-pkgver=2.16.1.r0.g2323e21
+pkgver=2.16.2.r0.ge6dec08
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' 'pyalpm')
+depends=('python' 'expac' 'python-requests' 'git' 'python-regex' 'python-dateutil' 'pyalpm')
source=('aurman_sources::git+https://github.com/polygamma/aurman.git?signed#branch=master')
md5sums=('SKIP')
validpgpkeys=('4C3CE98F9579981C21CA1EC3465022E743D71E39') # Jonni Westphalen