summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralexdiaconescu2018-03-16 10:19:11 +0200
committeralexdiaconescu2018-03-16 10:19:11 +0200
commit79371951e442ec783555f562713455ad6e9c6c44 (patch)
tree491db13e91174f95d3a20d30eda1050c35d7b451 /PKGBUILD
parent0549e90c8b4f4c7854e71ea8d00e814f43f6888f (diff)
downloadaur-79371951e442ec783555f562713455ad6e9c6c44.tar.gz
Update to r3912.d0ed814e
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6e255f49a85..86375b537a6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Joermungand <joermungand at gmail dot com>
pkgname=sk1-git
-pkgver=r3881.c9f9aecc
+pkgver=r3912.d0ed814e
pkgrel=1
pkgdesc="An open source vector graphics editor for prepress"
url="https://sk1project.net/"
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('lcms2' 'cairo' 'libmagick6' 'pango' 'wxpython' 'python2-cairo'
+depends=('lcms2' 'cairo' 'libmagick' 'pango' 'wxpython' 'python2-cairo'
'python2-pillow' 'python2-reportlab' 'python2-pycups')
makedepends=('git' 'python2')
provides=('sk1')
@@ -23,7 +23,6 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname%-*}"
- export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"
LANG=en_US.UTF-8 python2 setup-sk1.py build
}