summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-09-12 17:28:26 +0200
committerhaawda2018-09-12 17:28:26 +0200
commit6e1faffb64ef7ded6250542f0981fca9a08231fd (patch)
tree7d681fefbc6317ecbb3062a1fe944b8ae6a919cc
parent4a51d25ef57c25bdc8363e5b6325b58d90c47324 (diff)
downloadaur-6e1faffb64ef7ded6250542f0981fca9a08231fd.tar.gz
fix dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33e1695a499c..e7fd52785abe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inkscape-git
pkgdesc = An Open Source vector graphics editor, using SVG file format, from git master
- pkgver = 20180911.20611
+ pkgver = 20180912.20612
pkgrel = 1
url = https://launchpad.net/inkscape
arch = i686
@@ -15,7 +15,6 @@ pkgbase = inkscape-git
makedepends = pango
makedepends = python
makedepends = fontconfig
- depends = aspell
depends = gc
depends = poppler-glib
depends = libxslt
@@ -26,10 +25,8 @@ pkgbase = inkscape-git
depends = gtkmm3
depends = libcdr
depends = libvisio
- depends = python2
depends = dbus-glib
depends = jemalloc
- depends = libsoup
depends = gtkspell3
depends = libsm
depends = libmagick6
diff --git a/PKGBUILD b/PKGBUILD
index 80171024c751..be7e82f822b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=inkscape-git
-pkgver=20180911.20611
+pkgver=20180912.20612
pkgrel=1
pkgdesc="An Open Source vector graphics editor, using SVG file format, from git master"
url="https://launchpad.net/inkscape"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
-depends=('aspell' 'gc' 'poppler-glib' 'libxslt' 'gsl' 'libyaml' 'potrace' 'gdl>=3.8.0.25'
- 'gtkmm3' 'libcdr' 'libvisio' 'python2' 'dbus-glib' 'jemalloc' 'libsoup'
- 'gtkspell3' 'libsm' 'libmagick6')
+depends=('gc' 'poppler-glib' 'libxslt' 'gsl' 'libyaml' 'potrace' 'gdl>=3.8.0.25'
+ 'gtkmm3' 'libcdr' 'libvisio' 'dbus-glib' 'jemalloc' 'gtkspell3' 'libsm'
+ 'libmagick6')
optdepends=('python2-numpy: some extensions'
'python2-lxml: some extensions and filters'
'uniconvertor: reading/writing to some proprietary formats'