summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Hentschel (hpmachining)2022-06-29 11:16:58 -0400
committerPaul Hentschel (hpmachining)2022-06-29 11:16:58 -0400
commit83dba7f21efaa32b6967f066b9e5049e3d159516 (patch)
tree6b2e4c4d1b770fdc97e62e9e4542aadfdfec7a80
parent0df59f0d5054270bde8151525639fc2a7ee20403 (diff)
downloadaur-83dba7f21efaa32b6967f066b9e5049e3d159516.tar.gz
Changes to support latest v8-r
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90c5be5681f9..f5c1eab5468d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = camotics-git
pkgdesc = 3-axis NC machining simulation software
- pkgver = r956.57c1268
+ pkgver = r958.81e1424
pkgrel = 1
url = http://camotics.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 727606080a6e..5aa41967b34c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paul Hentschel <aur at hpminc dot com>
pkgname=camotics-git
-pkgver=r956.57c1268
+pkgver=r960.6942bd0
pkgrel=1
pkgdesc="3-axis NC machining simulation software"
arch=('x86_64')
@@ -36,12 +36,12 @@ pkgver() {
build() {
cd "${pkgname%-*}"
mkdir -p build
- CBANG_HOME=/opt/cbang scons cxxstd="c++14" linkflags=$LDFLAGS
+ CBANG_HOME=/opt/cbang scons cxxstd="c++17" linkflags=$LDFLAGS
}
package() {
cd "${pkgname%-*}"
- CBANG_HOME=/opt/cbang scons install cxxstd="c++14" install_prefix="$pkgdir/usr"
+ CBANG_HOME=/opt/cbang scons install cxxstd="c++17" install_prefix="$pkgdir/usr"
}
# vim:set ts=2 sw=2 et: