summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2017-06-29 21:19:43 -0400
committerStorm Dragon2017-06-29 21:19:43 -0400
commit127d9e9c2fd758a5dcaaa2861f22653db02507b0 (patch)
tree7925f3e08e5bf17ea86ce78b7c00d1a401b83713
parent38b35bca498a5f3338697991324b03f6c0c2d420 (diff)
downloadaur-127d9e9c2fd758a5dcaaa2861f22653db02507b0.tar.gz
Updated the source url.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ff13bc74ab4..32598567dc87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 28 15:23:11 UTC 2017
+# Fri Jun 30 01:19:34 UTC 2017
pkgbase = magic-wormhole
pkgdesc = Securely transfer data between computers
pkgver = 0.10.0
- pkgrel = 3
+ pkgrel = 4
url = https://pypi.python.org/pypi/magic-wormhole/0.10.0
arch = any
license = MIT
@@ -25,7 +25,7 @@ pkgbase = magic-wormhole
provides = wormhole-server
conflicts = wormhole
conflicts = wormhole-server
- source = https://pypi.python.org/packages/b2/7e/f26ad2aa90a84019bf1f3ef6f9ee48785096f9abe1812dfcba71cb59ae53/magic-wormhole-0.10.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/m/magic-wormhole/magic-wormhole-0.10.0.tar.gz
md5sums = 2e7cc9969760f1a395ff3d21b82a31fe
pkgname = magic-wormhole
diff --git a/PKGBUILD b/PKGBUILD
index c8c12bea6aff..81d5c436ec40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=magic-wormhole
pkgver=0.10.0
-pkgrel=3
+pkgrel=4
pkgdesc="Securely transfer data between computers"
arch=('any')
url="https://pypi.python.org/pypi/${pkgname}/${pkgver}"
license=('MIT')
depends=('python' 'python-click' 'python-cffi' 'python-autobahn' 'python-tqdm' 'python-hkdf' 'python-pynacl' 'python-spake2' 'python-humanize' 'python-idna' 'python-service-identity' 'python-ipaddress' 'python-txtorcon')
makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/b2/7e/f26ad2aa90a84019bf1f3ef6f9ee48785096f9abe1812dfcba71cb59ae53/magic-wormhole-0.10.0.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
conflicts=("wormhole" "wormhole-server")
provides=("wormhole" "wormhole-server")
md5sums=('2e7cc9969760f1a395ff3d21b82a31fe')