summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonni Westphalen2018-07-08 03:35:11 +0200
committerJonni Westphalen2018-07-08 03:35:11 +0200
commit2162e28db084764ee090d9e18d1d214317eaea64 (patch)
treef7765e3cdc2246e89889e7bd0c2865a049759e95
parent1fec686b59d32dea2aecfffd816f96ea643bc01a (diff)
downloadaur-2162e28db084764ee090d9e18d1d214317eaea64.tar.gz
2.16.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c6acf29729d..ece9ea767b4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurman
pkgdesc = AUR helper with almost pacman syntax
- pkgver = 2.16.1
+ pkgver = 2.16.2
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
@@ -10,8 +10,9 @@ pkgbase = aurman
depends = python-requests
depends = git
depends = python-regex
+ depends = python-dateutil
depends = pyalpm
- source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=2.16.1
+ source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=2.16.2
validpgpkeys = 4C3CE98F9579981C21CA1EC3465022E743D71E39
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d8cd85929c3b..3b2e10cddc6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman
-pkgver=2.16.1
+pkgver=2.16.2
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#tag=${pkgver}")
md5sums=('SKIP')
validpgpkeys=('4C3CE98F9579981C21CA1EC3465022E743D71E39') # Jonni Westphalen