summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Pento2018-03-21 15:31:53 -0400
committerMike Pento2018-03-21 15:31:53 -0400
commit89f1d099ee618c35ca0ef3405205ca845adfa2dd (patch)
tree542f0b00c2351ed02249fe0bdf4c330b92dfacb8
parentf4fa8ed4b70bcea9769a1b52b296bcc6fbbc2da8 (diff)
downloadaur-89f1d099ee618c35ca0ef3405205ca845adfa2dd.tar.gz
Added python-setuptools dependancy
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6af979060cb..56a72762e8cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = bumpversion
pkgdesc = Version-bump your software with a single command!
pkgver = 0.5.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/peritus/bumpversion
arch = any
license = MIT
depends = python
+ depends = python-setuptools
source = https://pypi.python.org/packages/source/b/bumpversion/bumpversion-0.5.3.tar.gz
sha256sums = 6744c873dd7aafc24453d8b6a1a0d6d109faf63cd0cd19cb78fd46e74932c77e
diff --git a/PKGBUILD b/PKGBUILD
index b34913df1a9d..4472028655ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
+# Maintainer: Michael J. Pento <mjpento@verizon.net>
# Maintainer: Thomas Weißschuh <thomas t-8ch.de>
pkgname=bumpversion
pkgver=0.5.3
-pkgrel=2
+pkgrel=3
pkgdesc='Version-bump your software with a single command!'
arch=('any')
url='https://github.com/peritus/bumpversion'
license=('MIT')
-depends=('python')
+depends=('python' 'python-setuptools')
source=("https://pypi.python.org/packages/source/b/bumpversion/bumpversion-${pkgver}.tar.gz")
build() {