summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 615a18f6c5a1..e71f5af375ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = applewin-git
pkgdesc = AppleWin Linux port by Audetto - GIT version
- pkgver = 1.30.14.1.r1485.g1affd619
+ pkgver = 1.30.14.1.r1505.g7be12f5c
pkgrel = 1
url = https://github.com/audetto/AppleWin.git
install = applewin.install
@@ -18,6 +18,7 @@ pkgbase = applewin-git
depends = libyaml
conflicts = applewin
options = !debug
+ options = !lto
source = applewin::git+https://github.com/audetto/AppleWin.git
source = git+https://github.com/Dax89/QHexView.git
source = git+https://github.com/ocornut/imgui.git
diff --git a/PKGBUILD b/PKGBUILD
index b16838e8d4e0..3b933ea86fa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Thanks to Fabio Lolix for the patch.
pkgname=applewin-git
-pkgver=1.30.14.1.r1485.g1affd619
+pkgver=1.30.14.1.r1505.g7be12f5c
pkgrel=1
pkgdesc="AppleWin Linux port by Audetto - GIT version"
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('git' 'cmake' 'boost')
provide=(applewin)
conflicts=(applewin)
install=applewin.install
-options=(!debug)
+options=(!debug !lto)
source=("${pkgname%-git}::git+https://github.com/audetto/AppleWin.git"
"git+https://github.com/Dax89/QHexView.git"
"git+https://github.com/ocornut/imgui.git"