summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralexdiaconescu2018-05-04 14:42:44 +0300
committeralexdiaconescu2018-05-04 14:42:44 +0300
commit7cb29b29f2c4af60e3e2aa270a839150b90f6968 (patch)
tree1d541f6d4c0baf753c66e2202e906ab67a1193a2 /PKGBUILD
parent79371951e442ec783555f562713455ad6e9c6c44 (diff)
downloadaur-7cb29b29f2c4af60e3e2aa270a839150b90f6968.tar.gz
Update to r4143.cbfc0e74
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86375b537a6b..530951f2e0b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Joermungand <joermungand at gmail dot com>
pkgname=sk1-git
-pkgver=r3912.d0ed814e
+pkgver=r4143.cbfc0e74
pkgrel=1
pkgdesc="An open source vector graphics editor for prepress"
url="https://sk1project.net/"
@@ -23,6 +23,7 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname%-*}"
+ sed -i 's/buildutils.get_dirs_tree/buildutils.fsutils.get_dirs_tree/' setup-sk1.py
LANG=en_US.UTF-8 python2 setup-sk1.py build
}