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

Felix Yan felixonmars at archlinux.org
Mon Sep 17 21:19:44 UTC 2018


    Date: Monday, September 17, 2018 @ 21:19:44
  Author: felixonmars
Revision: 382796

use https source

Modified:
  lib32-glew/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-17 21:18:51 UTC (rev 382795)
+++ PKGBUILD	2018-09-17 21:19:44 UTC (rev 382796)
@@ -10,7 +10,7 @@
 license=('BSD' 'MIT' 'GPL')
 depends=('lib32-libxmu' 'lib32-libxi' 'lib32-glu' "$_pkgbasename>=$pkgver")
 makedepends=('gcc-multilib')
-source=(http://downloads.sourceforge.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tgz)
+source=(https://downloads.sourceforge.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tgz)
 sha1sums=('18eca05460d0b61709fc115e632b6fe320718b44')
 
 build() {



More information about the arch-commits mailing list