summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-04-25 00:27:12 -0400
committerYour Name2018-04-25 00:27:12 -0400
commitecc60a705598b7fb1945d8e48833285b529dc7ef (patch)
treec8faccdd1fe2e81a4075bedaa79401baa62f88d1
parent6a751273449dbce48c56e4b57cb1884c281f58c6 (diff)
downloadaur-ecc60a705598b7fb1945d8e48833285b529dc7ef.tar.gz
update source url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 664d63235479..e3911224b617 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Wed Apr 25 04:27:09 UTC 2018
pkgbase = zbase32
pkgdesc = An alternate base32 encoder (not RFC 3548 compliant)
pkgver = 1.1.5
@@ -7,8 +9,8 @@ pkgbase = zbase32
license = BSD
makedepends = python2-setuptools
depends = python2
- source = https://pypi.python.org/packages/source/z/zbase32/zbase32-1.1.5.tar.gz
- md5sums = 4dba0be4ac6d66968de8e5173f51d65d
+ source = https://files.pythonhosted.org/packages/da/86/d121236fc2d7f287dac1ef99e5452df36852a609bda6b9225f9aa2078139/zbase32-1.1.5.tar.gz
+ sha256sums = 9b25c34ba586cbbad4517af516e723599a6f38fc560f4797855a5f3051e6422f
pkgname = zbase32
diff --git a/PKGBUILD b/PKGBUILD
index 173e8134568d..5a98789d28f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url='https://pypi.python.org/pypi/zbase32'
license=('BSD')
depends=('python2')
makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/z/zbase32/zbase32-${pkgver}.tar.gz")
-md5sums=('4dba0be4ac6d66968de8e5173f51d65d')
+source=("https://files.pythonhosted.org/packages/da/86/d121236fc2d7f287dac1ef99e5452df36852a609bda6b9225f9aa2078139/zbase32-${pkgver}.tar.gz")
+sha256sums=('9b25c34ba586cbbad4517af516e723599a6f38fc560f4797855a5f3051e6422f')
build() {
cd "$srcdir/zbase32-$pkgver"