summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17ab8b05e5d5..b34913df1a9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=bumpversion
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
pkgdesc='Version-bump your software with a single command!'
arch=('any')
url='https://github.com/peritus/bumpversion'
license=('MIT')
depends=('python')
-source=("http://pypi.python.org/packages/source/b/bumpversion/bumpversion-${pkgver}.tar.gz")
-
+source=("https://pypi.python.org/packages/source/b/bumpversion/bumpversion-${pkgver}.tar.gz")
build() {
cd "${srcdir}/bumpversion-${pkgver}"