summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-01-31 00:24:29 +0100
committerhaawda2018-01-31 00:24:29 +0100
commit2eb32baa1515ff23a51424631541604f0632bf2f (patch)
tree297ce3caf97857010f09d60cee5f47d12d7bf7dc
parent39e366d3a56b04920d4964014fafc97a356f2645 (diff)
downloadaur-2eb32baa1515ff23a51424631541604f0632bf2f.tar.gz
remove libmagick dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63c526d475f6..a33c261738a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 20180112.18198
+ pkgver = 20180129.18207
pkgrel = 1
url = https://gitlab.com/inkscape/inkscape
arch = i686
@@ -22,7 +22,6 @@ 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 e5a3f3abdb83..df91f911b3a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=inkscape-092-git
-pkgver=20180112.18198
+pkgver=20180129.18207
pkgrel=1
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' 'libmagick6'
+depends=('gtkspell' 'gtkmm' 'gc' 'poppler-glib' 'potrace' 'libxslt' 'gsl'
'python2' 'popt' 'libcdr' 'libvisio' 'popt' 'dbus-glib' 'gtkspell')
optdepends=('python2-numpy: some extensions'
'python2-lxml: some extensions and filters'