[arch-commits] Commit in attr/trunk (PKGBUILD)
    Bartłomiej Piotrowski 
    bpiotrowski at archlinux.org
       
    Sun Nov  6 14:04:49 UTC 2016
    
    
  
    Date: Sunday, November 6, 2016 @ 14:04:48
  Author: bpiotrowski
Revision: 279923
Use HTTPS to download sources
Modified:
  attr/trunk/PKGBUILD
----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-06 14:04:06 UTC (rev 279922)
+++ PKGBUILD	2016-11-06 14:04:48 UTC (rev 279923)
@@ -13,7 +13,7 @@
 replaces=('xfsattr')
 provides=('xfsattr')
 conflicts=('xfsattr')
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
+source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
 sha256sums=('25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859'
             'SKIP')
 validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34') # Brandon Philips
    
    
More information about the arch-commits
mailing list