summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-03-25 23:50:17 +0000
committerDaniel Bermond2018-03-25 23:50:17 +0000
commit3fd9189b2073e0a8931a14881b6bf6da9ec241e9 (patch)
treeb9fcf6710c79630cbbacbceb558dd45c2ffa3db6 /PKGBUILD
parent2e6d09adbf775977bdc8923edf2aa46b10d53f75 (diff)
downloadaur-3fd9189b2073e0a8931a14881b6bf6da9ec241e9.tar.gz
Fix dependencies of imagemagick-full-doc package
It should not depend on anything since it is documentation only.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4fde7623afd..0cfe394df4dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ _qdepth='32'
pkgbase=imagemagick-full
pkgname=('libmagick-full' 'imagemagick-full' 'imagemagick-full-doc')
pkgver=7.0.7.27
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"
url='http://www.imagemagick.org/'
@@ -226,6 +226,7 @@ package_imagemagick-full() {
package_imagemagick-full-doc() {
pkgdesc+=' (manual and API docs)'
arch=('any')
+ depends=()
provides=('imagemagick-doc')
conflicts=('imagemagick-doc' 'imagemagick-git-doc' 'imagemagick-full-doc-git')