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

Maxim Baz maximbaz at archlinux.org
Sun Dec 2 22:51:24 UTC 2018


    Date: Sunday, December 2, 2018 @ 22:51:23
  Author: maximbaz
Revision: 410805

arj: download sources via https

Modified:
  arj/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-02 22:50:30 UTC (rev 410804)
+++ PKGBUILD	2018-12-02 22:51:23 UTC (rev 410805)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('glibc')
 options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
         arches_align.patch
         no_remove_static_const.patch
         64_bit_clean.patch



More information about the arch-commits mailing list