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

Massimiliano Torromeo mtorromeo at archlinux.org
Mon Mar 6 08:18:42 UTC 2017


    Date: Monday, March 6, 2017 @ 08:18:41
  Author: mtorromeo
Revision: 215068

Updated source URL

Modified:
  python2-augeas/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-06 08:12:44 UTC (rev 215067)
+++ PKGBUILD	2017-03-06 08:18:41 UTC (rev 215068)
@@ -10,7 +10,8 @@
 url="http://augeas.net"
 depends=(augeas python2)
 makedepends=('python2-setuptools')
-source=(https://fedorahosted.org/released/python-augeas/python-augeas-$pkgver.tar.gz)
+source=(https://files.pythonhosted.org/packages/source/p/python-augeas/python-augeas-$pkgver.tar.gz)
+sha256sums=('67d59d66cdba8d624e0389b87b2a83a176f21f16a87553b50f5703b23f29bac2')
 
 build() {
     cd "$srcdir/python-augeas-$pkgver"
@@ -21,5 +22,3 @@
     cd "$srcdir/python-augeas-$pkgver"
     python2 setup.py install --skip-build -O1 --root="$pkgdir"
 }
-
-sha256sums=('67d59d66cdba8d624e0389b87b2a83a176f21f16a87553b50f5703b23f29bac2')



More information about the arch-commits mailing list