[arch-commits] Commit in perl-image-exiftool/trunk (PKGBUILD)

Florian Pritz bluewind at nymeria.archlinux.org
Fri Feb 14 23:40:07 UTC 2014


    Date: Saturday, February 15, 2014 @ 00:40:07
  Author: bluewind
Revision: 205961

change links to cpan

Upstream releases development versions on their own page and people
keep flagging the package out of date. CPAN only hosts stable versions.

Modified:
  perl-image-exiftool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-14 21:07:51 UTC (rev 205960)
+++ PKGBUILD	2014-02-14 23:40:07 UTC (rev 205961)
@@ -10,13 +10,13 @@
 pkgrel=1
 pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
 arch=('any')
-url="http://www.sno.phy.queensu.ca/~phil/exiftool/"
+url="http://search.cpan.org/perldoc?exiftool"
 license=('GPL')
 depends=('perl')
 provides=("perl-exiftool=$pkgver")
 replaces=("perl-exiftool")
 options=('!emptydirs')
-source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
 md5sums=('1561118c8fe9a8e8078afcf0d1650423')
 
 build() {




More information about the arch-commits mailing list