[arch-commits] Commit in python-pathspec/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Thu Dec 27 21:07:27 UTC 2018


    Date: Thursday, December 27, 2018 @ 21:07:26
  Author: polyzen
Revision: 418562

Fix source URL

Modified:
  python-pathspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-27 20:54:37 UTC (rev 418561)
+++ PKGBUILD	2018-12-27 21:07:26 UTC (rev 418562)
@@ -11,7 +11,7 @@
 license=('custom:MPLv2')
 depends=('python')
 makedepends=('python-setuptools')
-source=("https://files.pythonhosted.com/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
 sha256sums=('54a5eab895d89f342b52ba2bffe70930ef9f8d96e398cccf530d21fa0516a873')
 
 build() {



More information about the arch-commits mailing list