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

Felix Yan felixonmars at archlinux.org
Sat Aug 20 15:03:11 UTC 2016


    Date: Saturday, August 20, 2016 @ 15:03:10
  Author: felixonmars
Revision: 274073

use https source as suggested by fnodeuser

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-20 10:22:55 UTC (rev 274072)
+++ PKGBUILD	2016-08-20 15:03:10 UTC (rev 274073)
@@ -25,7 +25,7 @@
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 options=('!makeflags' '!emptydirs')
 install=${pkgname}.install
-source=(http://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
         svn
         svnserve.conf
         svnserve.tmpfiles



More information about the arch-commits mailing list