summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f39201a7687..50d00d414ee7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Jul 5 06:33:56 UTC 2018
+# Thu Sep 13 01:28:36 UTC 2018
pkgbase = perl-file-touch
pkgdesc = File::Touch update file access and modification times, optionally creating files if needed
pkgver = 0.11
pkgrel = 1
- url = http://search.cpan.org/dist/File-Touch
+ url = https://metacpan.org/release/File-Touch
arch = any
license = PerlArtistic
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index e4e2935b7954..34724bca6554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,7 @@ pkgver='0.11'
pkgrel='1'
pkgdesc="${_perlmod//-/::} update file access and modification times, optionally creating files if needed"
arch=('any')
-#url='http://search.mcpan.org/dist/File-Touch'
-url="http://search.cpan.org/dist/${_perlmod}"
+url="https://metacpan.org/release/${_perlmod}"
license=('PerlArtistic' 'GPL')
depends=('perl>=5.006')
options=('!emptydirs')