summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolygamma2021-06-19 14:54:16 +0200
committerpolygamma2021-06-19 14:54:16 +0200
commite0fa0132b0c622806298d466736f71cd48704978 (patch)
treed1019f77fe011caccbd6bc85100da6423fa43e8e
parent155a4007d89f7c4b8c5e9900bcdcd4478731a77b (diff)
downloadaur-e0fa0132b0c622806298d466736f71cd48704978.tar.gz
Add python-setuptools dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59435b569ed3..9f35abb162a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aurman
pkgdesc = AUR helper with almost pacman syntax
pkgver = 2.20.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/polygamma/aurman
arch = any
license = MIT
@@ -13,9 +13,9 @@ pkgbase = aurman
depends = python-dateutil
depends = pyalpm
depends = python-feedparser
+ depends = python-setuptools
source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=2.20.1
validpgpkeys = 4C3CE98F9579981C21CA1EC3465022E743D71E39
md5sums = SKIP
pkgname = aurman
-
diff --git a/PKGBUILD b/PKGBUILD
index f7cc3897433d..f1dcf9645991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman
pkgver=2.20.1
-pkgrel=1
+pkgrel=2
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' 'python-dateutil' 'pyalpm' 'python-feedparser')
+depends=('python' 'expac' 'python-requests' 'git' 'python-regex' 'python-dateutil' 'pyalpm' 'python-feedparser' 'python-setuptools')
source=("aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=${pkgver}")
md5sums=('SKIP')
validpgpkeys=('4C3CE98F9579981C21CA1EC3465022E743D71E39') # Jonni Westphalen