[arch-commits] Commit in python2-ordereddict/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Nov 24 17:25:13 UTC 2017


    Date: Friday, November 24, 2017 @ 17:25:11
  Author: jelle
Revision: 268348

Fix package source 404

Modified:
  python2-ordereddict/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-24 15:14:21 UTC (rev 268347)
+++ PKGBUILD	2017-11-24 17:25:11 UTC (rev 268348)
@@ -10,7 +10,7 @@
 license=(APACHE)
 depends=(python2)
 makedepends=(python2-distribute)
-source=("http://pypi.python.org/packages/source/o/ordereddict/ordereddict-${pkgver}.tar.gz")
+source=("https://pypi.python.org/packages/53/25/ef88e8e45db141faa9598fbf7ad0062df8f50f881a36ed6a0073e1572126/ordereddict-1.1.tar.gz")
 md5sums=('a0ed854ee442051b249bfad0f638bbec')
 
 package() {



More information about the arch-commits mailing list