Date: Wednesday, December 13, 2017 @ 05:07:30
  Author: svenstaro
Revision: 274112

Use https

Modified:
  irrlicht/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-12-13 05:05:26 UTC (rev 274111)
+++ PKGBUILD    2017-12-13 05:07:30 UTC (rev 274112)
@@ -16,7 +16,7 @@
 depends=('libgl' 'libjpeg' 'bzip2' 'libpng')
 makedepends=('mesa' 'unzip' 'libxcursor')
 optdepends=('libxcursor: run examples')
-source=("http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip";)
+source=("https://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip";)
 noextract=($pkgname-$pkgver.zip)
 md5sums=('9401cfff801395010b0912211f3cbb4f')
 

Reply via email to