summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-05-13 09:34:52 +0200
committerhaawda2018-05-13 09:34:52 +0200
commit7f8804ec290c52928276a28c1a10cbcd3cf57188 (patch)
treefe5d15916b4590dcff3d83a9668406728cd85e1d
parentaf975a9273ac57562125f33c257f6e4f49fd160b (diff)
downloadaur-7f8804ec290c52928276a28c1a10cbcd3cf57188.tar.gz
add dependency libmagick6
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8078e70be72d..13b08f8061d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inkscape-092-git
pkgdesc = An Open Source vector graphics editor, using Scalable Vector Graphics (SVG) file format, from git branch 0.92.x
pkgver = 20180510.18239
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/inkscape/inkscape
arch = i686
arch = x86_64
@@ -22,6 +22,7 @@ pkgbase = inkscape-092-git
depends = potrace
depends = libxslt
depends = gsl
+ depends = libmagick6
depends = python2
depends = popt
depends = libcdr
diff --git a/PKGBUILD b/PKGBUILD
index aed2303c7f64..34ec174581d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=inkscape-092-git
pkgver=20180510.18239
-pkgrel=1
+pkgrel=2
pkgdesc="An Open Source vector graphics editor, using Scalable Vector Graphics (SVG) file format, from git branch 0.92.x"
url="https://gitlab.com/inkscape/inkscape"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
-depends=('gtkspell' 'gtkmm' 'gc' 'poppler-glib' 'potrace' 'libxslt' 'gsl'
+depends=('gtkspell' 'gtkmm' 'gc' 'poppler-glib' 'potrace' 'libxslt' 'gsl' 'libmagick6'
'python2' 'popt' 'libcdr' 'libvisio' 'popt' 'dbus-glib' 'gtkspell')
optdepends=('python2-numpy: some extensions'
'python2-lxml: some extensions and filters'