summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-07-01 18:19:25 +0200
committerhaawda2017-07-01 18:19:25 +0200
commitf1a55f1488d84d37f616321689dc3e85206cac26 (patch)
treeb45615b0eecc1b52ff42ea09d5c449fc7f80a029 /PKGBUILD
parent51873d15f31e3d75c1e5a0137113e74f9bf87dd8 (diff)
downloadaur-f1a55f1488d84d37f616321689dc3e85206cac26.tar.gz
add jemalloc dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fc1650b673f..76cc51be6969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=inkscape-git
-pkgver=20170630
+pkgver=20170701
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' 'imagemagick' 'libyaml' 'potrace'
- 'gdl>=3.8.0.25' 'gtkmm3' 'libcdr' 'libvisio' 'popt' 'python2' 'dbus-glib')
+ 'gdl>=3.8.0.25' 'gtkmm3' 'libcdr' 'libvisio' 'popt' 'python2' 'dbus-glib' 'jemalloc')
optdepends=('python2-numpy: some extensions'
'python2-lxml: some extensions and filters'
'uniconvertor: reading/writing to some proprietary formats'