summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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() {