summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ca12b92fdc2..0aecd2b860dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Joermungand <joermungand at gmail dot com>
pkgname=sk1-git
-pkgver=r3694.a598e935
+pkgver=r3709.daa46918
pkgrel=1
pkgdesc="An open source vector graphics editor for prepress"
url="https://sk1project.net/"
@@ -23,8 +23,6 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname%-*}"
- cp src/sk1/appconst.py .
- sed -i 's/from sk1 import appconst/import appconst/' setup-sk1.py
export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"
LANG=en_US.UTF-8 python2 setup-sk1.py build
}