summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorForud Ghafouri2021-10-03 23:01:18 +0200
committerForud Ghafouri2021-10-03 23:01:18 +0200
commit9003c3cffdda609ef8573f19ee06b62f1ba01e1e (patch)
treea619599bc5bda1b285bdb57959011e2a485db85b
parenta1ffc9cd4fb3d6c6eb1e44e2b1deee16b0af9964 (diff)
downloadaur-9003c3cffdda609ef8573f19ee06b62f1ba01e1e.tar.gz
Add setup-tools
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1a59e506c77..8a2c91ce55d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-cli_helpers
pkgdesc = Python helpers for common CLI tasks.
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dbcli/cli_helpers
arch = any
license = BSD
+ makedepends = python-setuptools
depends = python
depends = python-backports.csv
depends = python-terminaltables
diff --git a/PKGBUILD b/PKGBUILD
index d94f1957e65e..aff00067fae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_pkgmain=cli_helpers
pkgname=python-$_pkgmain
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python helpers for common CLI tasks."
arch=('any')
url="https://github.com/dbcli/cli_helpers"
license=('BSD')
groups=()
depends=('python' 'python-backports.csv' 'python-terminaltables' 'python-tabulate')
+makedepends=('python-setuptools')
provides=('python-cli_helpers')
options=(!emptydirs)
source=($pkgname-$pkgver.zip::https://github.com/dbcli/cli_helpers/archive/v${pkgver}.zip)