summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2016-05-15 16:53:20 +0200
committerMassimiliano Torromeo2016-05-15 16:53:20 +0200
commit374bf8c6dd5a131103710c093500d5fb62c7bfb4 (patch)
tree5f36853f8264eaecb27181578283ac19edfcc822
parent9734ee0ef0a60a24f6fb433bc15a761b09303862 (diff)
downloadaur-python-sandman.tar.gz
Updated download URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16414ed4323f..0678733b31b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun May 15 14:48:43 UTC 2016
pkgbase = python-sandman
pkgdesc = Makes things REST
pkgver = 0.9.8
@@ -11,7 +13,7 @@ pkgbase = python-sandman
depends = python-sqlalchemy
depends = python-flask-admin
depends = python-docopt
- source = http://pypi.python.org/packages/source/s/sandman/sandman-0.9.8.tar.gz
+ source = https://files.pythonhosted.org/packages/source/s/sandman/sandman-0.9.8.tar.gz
sha256sums = 83507666077c0ba784b6e388d4eea3d565a6b684300322780c8cf90328026d57
pkgname = python-sandman
diff --git a/PKGBUILD b/PKGBUILD
index 41e2ed98c6c1..a989e0fb0899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ depends=(
'python-docopt'
)
makedepends=("python-distribute")
-source=(http://pypi.python.org/packages/source/s/sandman/sandman-$pkgver.tar.gz)
+source=(https://files.pythonhosted.org/packages/source/s/sandman/sandman-$pkgver.tar.gz)
sha256sums=('83507666077c0ba784b6e388d4eea3d565a6b684300322780c8cf90328026d57')
build() {