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

Andreas Radke andyrtr at archlinux.org
Fri Aug 23 14:13:07 UTC 2019


    Date: Friday, August 23, 2019 @ 14:13:06
  Author: andyrtr
Revision: 360607

use https url

Modified:
  glew/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-23 14:12:07 UTC (rev 360606)
+++ PKGBUILD	2019-08-23 14:13:06 UTC (rev 360607)
@@ -7,10 +7,10 @@
 pkgrel=1
 pkgdesc="The OpenGL Extension Wrangler Library"
 arch=('x86_64')
-url="http://glew.sourceforge.net"
+url="http://glew.sourceforge.net" # no https available
 license=('BSD' 'MIT' 'GPL')
 depends=('libxmu' 'libxi' 'glu')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
 sha1sums=('18eca05460d0b61709fc115e632b6fe320718b44')
 
 build() {



More information about the arch-commits mailing list