Date: Sunday, September 15, 2019 @ 14:01:46 Author: arojas Revision: 362894
https Modified: perl-image-exiftool/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-15 13:46:19 UTC (rev 362893) +++ PKGBUILD 2019-09-15 14:01:46 UTC (rev 362894) @@ -9,13 +9,13 @@ pkgrel=1 pkgdesc="Reader and rewriter of EXIF informations that supports raw files" arch=('any') -url="http://search.cpan.org/perldoc?exiftool" +url="https://search.cpan.org/perldoc?exiftool" license=('GPL') depends=('perl') provides=("perl-exiftool=$pkgver") replaces=("perl-exiftool") options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz) +source=(https://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz) md5sums=('b4719aaa07c4ac4de3670da168d8954e') build() {