Date: Friday, June 14, 2019 @ 22:13:25
  Author: arojas
Revision: 481571

https

Modified:
  perl-text-wrapi18n/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-14 22:12:52 UTC (rev 481570)
+++ PKGBUILD    2019-06-14 22:13:25 UTC (rev 481571)
@@ -8,10 +8,10 @@
 pkgdesc="Line wrapping module with support for multibyte, fullwidth, and 
combining characters and languages without whitespaces between words"
 arch=('any')
 license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
+url="https://search.cpan.org/dist/${_realname}/";
 depends=('perl-text-charwidth')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz";)
+source=("https://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz";)
 md5sums=('0799c16a00926e6c18d400c2e2861d5f')
 
 build() {

Reply via email to