summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Keen2019-05-09 08:36:09 -0400
committerKyle Keen2019-05-09 08:36:09 -0400
commitc189461e16f002a466fba11dbd02eee1efaedc5a (patch)
treeaacf407af57e2c51a28f38346290d5884c84ab28 /PKGBUILD
parent9bc3e185684088c8bcc52f0e3f666ae1d648f1e3 (diff)
downloadaur-c189461e16f002a466fba11dbd02eee1efaedc5a.tar.gz
enabled experiemental features
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b58c5d88046..ad11ebaa9b4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Torsten Wagner <tottiwagner@yahoo.de>
pkgname=openscad-git
-pkgver=20180713
+pkgver=20190505
pkgrel=1
pkgdesc="The programmers solid 3D CAD modeller"
arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@ build() {
cp -ar "$srcdir/MCAD" libraries
rm -f libraries/MCAD/*.py
rm -rf libraries/MCAD/.git/
- qmake-qt5 PREFIX="/usr" VERSION="$pkgver"
+ qmake-qt5 PREFIX="/usr" VERSION="$pkgver" CONFIG+=experimental
make
convert "icons/openscad.png" -resize 128x128\> "icons/openscad-128.png"
}