summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonni Westphalen2018-05-31 14:02:47 +0200
committerJonni Westphalen2018-05-31 14:02:47 +0200
commitb32c62ae91f2f339d849928b4336f38ee779c40f (patch)
treeebc67fc9475045dd1829c702b08211ff0eb79906
parente711333be488686afc74f964d236ee8b35875e26 (diff)
downloadaur-b32c62ae91f2f339d849928b4336f38ee779c40f.tar.gz
2.9.33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4588e805ab53..1d00a08a938e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurman
pkgdesc = aurman AUR helper with almost pacman syntax
- pkgver = 2.9.32
+ pkgver = 2.9.33
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
@@ -8,12 +8,10 @@ pkgbase = aurman
depends = python
depends = expac
depends = python-requests
- depends = pacman
- depends = sudo
depends = git
depends = python-regex
depends = pacman>=5.1
- source = aurman_sources::git+https://github.com/polygamma/aurman.git#tag=2.9.32
+ source = aurman_sources::git+https://github.com/polygamma/aurman.git#tag=2.9.33
md5sums = SKIP
pkgname = aurman
diff --git a/PKGBUILD b/PKGBUILD
index 35e4e87f0b5c..ffa9eaaeed36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman
-pkgver=2.9.32
+pkgver=2.9.33
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' 'pacman' 'sudo' 'git' 'python-regex' 'pacman>=5.1')
+depends=('python' 'expac' 'python-requests' 'git' 'python-regex' 'pacman>=5.1')
source=("aurman_sources::git+https://github.com/polygamma/aurman.git#tag=${pkgver}")
md5sums=('SKIP')