[arch-commits] Commit in imagemagick6/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jun 25 10:53:12 UTC 2018


    Date: Monday, June 25, 2018 @ 10:53:12
  Author: arojas
Revision: 327548

Update to 6.9.10.3

Modified:
  imagemagick6/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-25 10:52:44 UTC (rev 327547)
+++ PKGBUILD	2018-06-25 10:53:12 UTC (rev 327548)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6 imagemagick6)
-pkgver=6.9.10.2
-pkgrel=2
+pkgver=6.9.10.3
+pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/"
 arch=(x86_64)
@@ -17,7 +17,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
         arch-fonts.diff)
-sha256sums=('c4c54bebd3cf66b192023189202df48cd84be92cf1d14bf8b62222a8970bcfbc'
+sha256sums=('92d15a4b617583998ce10dfa7aa85da2c5c216b4052a2d454aa50d07ee1e585a'
             'SKIP'
             'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
@@ -116,14 +116,6 @@
 
   find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
 
-# template start; name=perl-binary-module-dependency; version=1;
-#if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-#        _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
-#        _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
-#        depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-#fi
-# template end;
-
   cd $_tarname
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
 }



More information about the arch-commits mailing list