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

Maxim Baz maximbaz at archlinux.org
Mon Dec 24 10:15:33 UTC 2018


    Date: Monday, December 24, 2018 @ 10:15:33
  Author: maximbaz
Revision: 417817

desmume: use https sources

Modified:
  desmume/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-24 10:03:12 UTC (rev 417816)
+++ PKGBUILD	2018-12-24 10:15:33 UTC (rev 417817)
@@ -19,7 +19,7 @@
 license=('GPL')
 depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 'gtk2' 'zziplib')
 makedepends=('intltool' 'mesa' 'clang')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list