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

Maxim Baz maximbaz at archlinux.org
Sat Dec 15 20:57:47 UTC 2018


    Date: Saturday, December 15, 2018 @ 20:57:46
  Author: maximbaz
Revision: 416408

critter: use https sources

Modified:
  critter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-15 20:54:33 UTC (rev 416407)
+++ PKGBUILD	2018-12-15 20:57:46 UTC (rev 416408)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('sdl_image' 'sdl_mixer' 'libgl')
 makedepends=('mesa')
-source=(http://downloads.sourceforge.net/sourceforge/criticalmass/$_origname-${pkgver}.tar.bz2
+source=(https://downloads.sourceforge.net/sourceforge/criticalmass/$_origname-${pkgver}.tar.bz2
         critter-gcc43.patch
         criticalmass-1.0.2-libpng15.patch
         critter.desktop)
@@ -30,7 +30,7 @@
   sed -e '/CFLAGS=""/d' -e '/CXXFLAGS=""/d' -i configure.in
   export CXXFLAGS+=' -std=gnu++98'
   ./autogen.sh
-  
+
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }



More information about the arch-commits mailing list