summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeirch Sodora2017-10-27 10:35:06 +0800
committerWeirch Sodora2017-10-27 10:35:06 +0800
commit0bb7ef9e0f7f11af2a914f86d8fa432288ab1e69 (patch)
tree184f202324d2eb6d86876e2f9f1179822e5863d6
parent9470e50e515140799131b222edb4ada16d3d124b (diff)
downloadaur-python-proboscis.tar.gz
Update package url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07733772439f..5472e20e07ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-proboscis
pkgdesc = Proboscis is a Python test framework that extends Python’s built-in unittest module and Nose with features from TestNG.
pkgver = 1.2.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/proboscis/
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = http://pypi.python.org/packages/source/p/proboscis/proboscis-1.2.6.0.tar.gz
+ source = https://pypi.python.org/packages/3c/c8/c187818ab8d0faecdc3c16c1e0b2e522f3b38570f0fb91dcae21662019d0/proboscis-1.2.6.0.tar.gz
md5sums = e4b36449ef7c18f70b8243f4c8bddbca
pkgname = python-proboscis
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() {