[arch-commits] Commit in perl-anyevent-i3/trunk (PKGBUILD)
    Jelle van der Waa 
    jelle at archlinux.org
       
    Wed Apr 24 18:06:56 UTC 2019
    
    
  
    Date: Wednesday, April 24, 2019 @ 18:06:55
  Author: jelle
Revision: 453405
use https urls
Modified:
  perl-anyevent-i3/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-24 18:05:44 UTC (rev 453404)
+++ PKGBUILD	2019-04-24 18:06:55 UTC (rev 453405)
@@ -5,11 +5,11 @@
 pkgrel=4
 pkgdesc="Communicate with the i3 window manager"
 arch=('any')
-url='http://search.cpan.org/~mstplbg/AnyEvent-I3/'
+url='https://search.cpan.org/~mstplbg/AnyEvent-I3/'
 license=('GPL')
 depends=('perl' 'perl-anyevent' 'perl-json-xs')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
 md5sums=('907b6ed7fe6bea5914b878cdd73aba3f')
 
 build() {
    
    
More information about the arch-commits
mailing list