summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-08-23 12:05:41 +0200
committerBenjamin Chrétien2014-08-23 12:05:41 +0200
commit4239b41ce30596fba00ea28bd79dfebe0e2d2788 (patch)
tree7f15791342d0b36028402ab7d9cd72fc6c98cd1e
parent66cf40c0a750e035999a27de286c6fd30e7e4dd9 (diff)
downloadaur-4239b41ce30596fba00ea28bd79dfebe0e2d2788.tar.gz
python2-empy: use pypi servers.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 215c663088af..335e3ed303e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python2-empy
arch = x86_64
license = LGPL
depends = python2>=2.4
- source = http://www.alcyone.com/software/empy/empy-3.3.2.tar.gz
+ source = https://pypi.python.org/packages/source/E/EmPy/empy-3.3.2.tar.gz
source = python2.patch
md5sums = fbb34761cdf9acc4c65e298c9eced395
md5sums = 198d743409b18c0d024851ca80829a1d
diff --git a/PKGBUILD b/PKGBUILD
index c37c869a3a53..ca186c7cf09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(i686 x86_64)
url="http://www.alcyone.com/software/empy"
depends=('python2>=2.4')
license=('LGPL')
-source=("http://www.alcyone.com/software/empy/empy-$pkgver.tar.gz"
+source=("https://pypi.python.org/packages/source/E/EmPy/empy-$pkgver.tar.gz"
"python2.patch")
md5sums=('fbb34761cdf9acc4c65e298c9eced395'
'198d743409b18c0d024851ca80829a1d')