[arch-commits] Commit in python-pathspec/repos/community-any (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Fri Jan 4 16:41:07 UTC 2019


    Date: Friday, January 4, 2019 @ 16:41:06
  Author: eschwartz
Revision: 420544

copy fix to repos/

Modified:
  python-pathspec/repos/community-any/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-04 16:17:28 UTC (rev 420543)
+++ PKGBUILD	2019-01-04 16:41:06 UTC (rev 420544)
@@ -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