[arch-commits] Commit in perl-text-patch/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue May 21 21:54:19 UTC 2019


    Date: Tuesday, May 21, 2019 @ 21:54:18
  Author: arojas
Revision: 353763

https

Modified:
  perl-text-patch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-21 21:53:56 UTC (rev 353762)
+++ PKGBUILD	2019-05-21 21:54:18 UTC (rev 353763)
@@ -5,12 +5,12 @@
 pkgrel=5
 pkgdesc="Patches text with given patch"
 arch=('any')
-url="http://search.cpan.org/dist/Text-Patch"
+url="https://search.cpan.org/dist/Text-Patch"
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 checkdepends=('perl-text-diff')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/C/CA/CADE/Text-Patch-$pkgver.tar.gz")
+source=("https://search.cpan.org/CPAN/authors/id/C/CA/CADE/Text-Patch-$pkgver.tar.gz")
 sha1sums=('025d6249ae2b57b2f92cc7e1761b94a5fdbe4635')
 
 build() {



More information about the arch-commits mailing list