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

Antonio Rojas arojas at archlinux.org
Sat May 4 19:05:38 UTC 2019


    Date: Saturday, May 4, 2019 @ 19:05:37
  Author: arojas
Revision: 352501

https

Modified:
  glu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-04 19:03:36 UTC (rev 352500)
+++ PKGBUILD	2019-05-04 19:05:37 UTC (rev 352501)
@@ -6,10 +6,10 @@
 pkgrel=5
 pkgdesc="Mesa OpenGL Utility library"
 arch=('x86_64')
-url="http://cgit.freedesktop.org/mesa/glu/"
+url="https://cgit.freedesktop.org/mesa/glu/"
 license=('LGPL')
 depends=('libgl')
-source=(ftp://ftp.freedesktop.org/pub/mesa/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(https://mesa.freedesktop.org/archive/$pkgname/$pkgname-$pkgver.tar.bz2)
 sha512sums=('ff920e3fbca739794e1432a92fdd8517aa732110fea71ed724185425042f83ce18e9866c16f95c6e10f6993f0814a90fac9636e2b3d8ca2084d1ac0a860f61c8')
 
 build() {



More information about the arch-commits mailing list