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

Jelle van der Waa jelle at archlinux.org
Sun Aug 4 16:18:30 UTC 2019


    Date: Sunday, August 4, 2019 @ 16:18:29
  Author: jelle
Revision: 497370

Use https for source

Modified:
  podofo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-04 16:18:04 UTC (rev 497369)
+++ PKGBUILD	2019-08-04 16:18:29 UTC (rev 497370)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('lua' 'openssl' 'fontconfig' 'libtiff' 'libidn' 'libjpeg-turbo')
 makedepends=('cmake')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('46336fc4c4ce4be814bb5fbb4d918334')
 
 build() {



More information about the arch-commits mailing list