summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilhelm Schuster2022-12-27 12:23:39 +0100
committerWilhelm Schuster2022-12-27 12:23:39 +0100
commitd7bc0cc72d9d9201961044031fbac0c5fca8f057 (patch)
treedfee8df05a125c2b3bd26d4ca8ec30b5fec88f38
parentc8d38b53fd2f689cd7ab0e10fd0e9e9e6209f2c2 (diff)
downloadaur-d7bc0cc72d9d9201961044031fbac0c5fca8f057.tar.gz
Disable LTO
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d45a153e3cf..4b7f4a8b1bb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = klipper-estimator
pkgdesc = A tool for estimating the time a print will take on a 3D printer running Klipper firmware
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Annex-Engineering/klipper_estimator
arch = x86_64
arch = i686
@@ -10,6 +10,7 @@ pkgbase = klipper-estimator
arch = aarch64
license = custom:MIT
makedepends = cargo
+ options = !lto
source = klipper-estimator-3.1.0.tar.gz::https://github.com/Annex-Engineering/klipper_estimator/archive/v3.1.0.tar.gz
sha512sums = 2940fc66dc57dcd92de20c5841ea592360a76bb0b646e2389e9e45ecc47565d8a93d87a70c7cf90bd33727b20f62b23020916046db85623b8aff067ad8d4ba97
diff --git a/PKGBUILD b/PKGBUILD
index dc124eca0bfb..5190a990f721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=klipper-estimator
_pkgname=${pkgname/-/_}
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for estimating the time a print will take on a 3D printer running Klipper firmware"
url="https://github.com/Annex-Engineering/klipper_estimator"
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
license=("custom:MIT")
+options=("!lto")
makedepends=(cargo)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Annex-Engineering/${_pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('2940fc66dc57dcd92de20c5841ea592360a76bb0b646e2389e9e45ecc47565d8a93d87a70c7cf90bd33727b20f62b23020916046db85623b8aff067ad8d4ba97')