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

Eli Schwartz eschwartz at archlinux.org
Fri Nov 13 02:44:23 UTC 2020


    Date: Friday, November 13, 2020 @ 02:44:22
  Author: eschwartz
Revision: 753823

python-llfuse: use proper stable PyPI download url

Modified:
  python-llfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-13 02:30:43 UTC (rev 753822)
+++ PKGBUILD	2020-11-13 02:44:22 UTC (rev 753823)
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'cython')
 checkdepends=('python-pytest')
 options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/75/b4/5248459ec0e7e1608814915479cb13e5baf89034b572e3d74d5c9219dd31/llfuse-$pkgver.tar.bz2")
+source=("https://files.pythonhosted.org/packages/source/l/llfuse/llfuse-$pkgver.tar.bz2")
 md5sums=('4996674fa327c6c93174c1f71961ac6c')
 
 build() {



More information about the arch-commits mailing list