summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab289bb978be..62b83f4d4435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Joermungand <joermungand at gmail dot com>
pkgname=uniconvertor2-git
-pkgver=r3881.c9f9aecc
+pkgver=r3912.d0ed814e
pkgrel=1
pkgdesc="A universal vector graphics translator"
url="https://sk1project.net/"
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('lcms2' 'cairo' 'libmagick6' 'pango' 'python2-cairo'
+depends=('lcms2' 'cairo' 'libmagick' 'pango' 'python2-cairo'
'python2-pillow' 'python2-reportlab' 'python2-pycups')
makedepends=('git' 'python2')
provides=('uniconvertor')
@@ -23,7 +23,6 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname%-*}"
- export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"
LANG=en_US.UTF-8 python2 setup-uc2.py build
}