[arch-commits] Commit in imagemagick6/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Dec 3 10:32:37 UTC 2017
Date: Sunday, December 3, 2017 @ 10:32:36
Author: heftig
Revision: 311540
6.9.9.25-1
Modified:
imagemagick6/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-03 10:32:33 UTC (rev 311539)
+++ PKGBUILD 2017-12-03 10:32:36 UTC (rev 311540)
@@ -4,7 +4,7 @@
pkgbase=imagemagick6
pkgname=(libmagick6 imagemagick6)
pkgver=6.9.9.25
-pkgrel=2
+pkgrel=1
pkgdesc="An image viewing/manipulation program (version 6)"
url="https://www.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=('cea13c9419d691879cf52c4e967967c392e8f76c0a6013f51c3bae90efc6480f'
+sha256sums=('5d78b1b50c6d71aee9d5aba8d2c2d1f26b739d432a0cfef5afb8316a45e58771'
'SKIP'
'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae
@@ -106,6 +106,8 @@
package_imagemagick6() {
depends=("libmagick6=$pkgver-$pkgrel")
+ provides=("imagemagick=$pkgver-$pkgrel")
+ conflicts=(imagemagick)
options=('!emptydirs')
mv binpkg/* "$pkgdir"
More information about the arch-commits
mailing list