summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2013-05-15 16:17:15 +0000
committerThomas Dziedzic2013-05-15 16:17:15 +0000
commit2c5e896d012318efc2e489c0f4d97f6270dcffa7 (patch)
treea19ebd8ebcbc19ca19a24349ccf6816ff99228d0
parent3fcfaf0cb50025b20251f1ace49910f8e4efd93b (diff)
downloadaur-2c5e896d012318efc2e489c0f4d97f6270dcffa7.tar.gz
Import from pkgbuild.com service
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c8989927e3c..023f8d7a155b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slic3r-git
pkgdesc = Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to be a modern and fast alternative to Skeinforge.
pkgver = 0
- pkgrel = 5
+ pkgrel = 6
url = http://slic3r.org/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 58b944104c24..79d4136c0492 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=slic3r-git
pkgver=0
-pkgrel=5
+pkgrel=6
pkgdesc="Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to be a modern and fast alternative to Skeinforge."
arch=('any')
url="http://slic3r.org/"
@@ -56,6 +56,9 @@ prepare() {
# Nasty fix for useless warning
sed -i '/^warn \"Running Slic3r under Perl/,+1 s/^/\#/' ./lib/Slic3r.pm
+
+ # Workaround shitload of issue via setting LC_ALL=C ... workaround that doesn't work :<
+ #sed -i '1s"^#!.\+$"#!/usr/bin/env LC_ALL=C /usr/bin/perl"' ./slic3r.pl
}
build() {