summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralexdiaconescu2018-03-16 10:21:49 +0200
committeralexdiaconescu2018-03-16 10:21:49 +0200
commitd56856b8f8821815b0322946d0bfc9d8064dac8d (patch)
tree385576be9d935249e56d51ed578b3954a1312467 /PKGBUILD
parent66a4992ed6877ab9cd985d8eb90e47871af823d0 (diff)
downloadaur-d56856b8f8821815b0322946d0bfc9d8064dac8d.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 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
}