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

Bruno Pagani archange at archlinux.org
Tue Oct 23 17:47:28 UTC 2018


    Date: Tuesday, October 23, 2018 @ 17:47:28
  Author: archange
Revision: 398700

Switch from pypi.io to files.pythonhosted.org

Modified:
  img2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-23 17:46:47 UTC (rev 398699)
+++ PKGBUILD	2018-10-23 17:47:28 UTC (rev 398700)
@@ -8,7 +8,7 @@
 url='https://gitlab.mister-muffin.de/josch/img2pdf'
 license=('LGPL3')
 depends=('python-pillow' 'python-setuptools')
-source=("https://pypi.io/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('4409c12293eca94fdcd8e0da1ad2392b6ee3adfcedf438bb8b685924dc1b3a1c')
 
 build() {



More information about the arch-commits mailing list