summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-02-27 16:41:12 +0100
committerMichal Wojdyla2021-02-27 16:41:12 +0100
commite43ecd1d5230655fae2f96b4ed916ce4f6db2606 (patch)
tree43b832249dbd70b4b74c5cfef42ddc5c5f2c929c
parentd8a4fd40cd9933185504a9b4e60f07763da55d6d (diff)
downloadaur-perl-uri-imap.tar.gz
update links to https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee5b51923c19..26d83a93087a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = perl-uri-imap
pkgdesc = Support IMAP URI
pkgver = 1.01
- pkgrel = 1
- url = http://search.cpan.org/dist/URI-imap
+ pkgrel = 2
+ url = https://metacpan.org/release/URI-imap
arch = any
license = PerlArtistic
license = GPL
depends = perl-uri
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/C/CW/CWEST/URI-imap-1.01.tar.gz
+ source = https://search.cpan.org/CPAN/authors/id/C/CW/CWEST/URI-imap-1.01.tar.gz
md5sums = 9b15c93bee6e9df3db44bf96db851ef9
sha512sums = 1e2f86145471586b81dd06e8b52bc95f9ef406bb5ee3c9e77e74e92b93a42a63d7cf7559e2b416a72f96978a6e9a2f30798732dfd121ad82941ff261f220ea77
diff --git a/PKGBUILD b/PKGBUILD
index 80ef1894e66c..a5c557f4a334 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname='perl-uri-imap'
pkgver='1.01'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Support IMAP URI"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-uri')
makedepends=()
-url='http://search.cpan.org/dist/URI-imap'
-source=('http://search.cpan.org/CPAN/authors/id/C/CW/CWEST/URI-imap-1.01.tar.gz')
+url='https://metacpan.org/release/URI-imap'
+source=('https://search.cpan.org/CPAN/authors/id/C/CW/CWEST/URI-imap-1.01.tar.gz')
md5sums=('9b15c93bee6e9df3db44bf96db851ef9')
sha512sums=('1e2f86145471586b81dd06e8b52bc95f9ef406bb5ee3c9e77e74e92b93a42a63d7cf7559e2b416a72f96978a6e9a2f30798732dfd121ad82941ff261f220ea77')
_distdir="URI-imap-1.01"