summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 642863a93eb6..236a378c7eb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=stl2pov
pkgver=3.1
-pkgrel=3
+pkgrel=4
pkgdesc="generate a POVray mesh or a PostScript or PDF view from an STL file"
arch=('any')
url="http://rsmith.home.xs4all.nl/software/py-stl-stl2pov.html"
@@ -10,10 +10,11 @@ optdepends=('python2-cairo: for stl2pdf support')
provides=('stl2ps' 'stl2pdf')
conflicts=('stl2ps' 'stl2pdf')
options=(!emptydirs)
-source=("http://rsmith.home.xs4all.nl/static/files/py-stl-${pkgver}.zip")
+source=("http://rsmith.home.xs4all.nl/files/py-stl-${pkgver}.zip")
sha256sums=('d5a2eccbd627d05b28d3b6d619202d3a55b4d94dbf21a63b68109688ebc8e929')
-build() {
+prepare()
+{
cd "$srcdir/py-stl-$pkgver"
# the limit truncates valid vectors to 0 and raises errors... increase it
sed -i 's/LIMIT = 1e-7/LIMIT = 1e-40/' -- stl.py