summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Hentschel (hpmachining)2023-04-10 17:26:10 -0400
committerPaul Hentschel (hpmachining)2023-04-10 17:26:10 -0400
commitddac79c280901b3b39d7dd70096c4a63284c9b0b (patch)
tree1e68c9985b964d740f67ea8368de6d0ba5d1e4e2 /PKGBUILD
parentbc1c85bdc74d72d87653f252be4515baf31cbdd9 (diff)
downloadaur-camotics-git.tar.gz
Added !lto for clean chroot build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88beb5b57cf9..513150d1531a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paul Hentschel <aur at hpminc dot com>
pkgname=camotics-git
-pkgver=r960.6942bd0
+pkgver=r1012.8a867d3
pkgrel=1
pkgdesc="3-axis NC machining simulation software"
arch=('x86_64')
@@ -27,6 +27,7 @@ source=(
"${pkgname%-*}::git+https://github.com/CauldronDevelopmentLLC/CAMotics.git#commit=$_commit"
)
sha256sums=('SKIP')
+options=('!lto')
pkgver() {
cd "${pkgname%-*}"