summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 295e61979b15..9d4b328f8138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgbase=python-proboscis
pkgname=('python-proboscis' 'python2-proboscis')
pkgver=1.2.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Proboscis is a Python test framework that extends Python’s built-in unittest module and Nose with features from TestNG.'
arch=('any')
url='https://pypi.python.org/pypi/proboscis/'
license=('Apache')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/proboscis/proboscis-${pkgver}.tar.gz")
+source=("https://pypi.python.org/packages/3c/c8/c187818ab8d0faecdc3c16c1e0b2e522f3b38570f0fb91dcae21662019d0/proboscis-${pkgver}.tar.gz")
md5sums=('e4b36449ef7c18f70b8243f4c8bddbca')
prepare() {