summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2024-04-01 12:11:14 +0200
committerFrederic Bezies2024-04-01 12:11:14 +0200
commit2d301059c5eeae17ece8c0d327ee4496a6489548 (patch)
treeb6012de123772dfa6498d31afd84f2712e7fc767
parent4b29d7b27795b5745bb8f9ad32f8374486329e02 (diff)
downloadaur-applewin-git.tar.gz
April 1st, 2024 update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11ef6a14c33a..615a18f6c5a1 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.r1362.g3cda77c6
+ pkgver = 1.30.14.1.r1485.g1affd619
pkgrel = 1
url = https://github.com/audetto/AppleWin.git
install = applewin.install
@@ -17,6 +17,7 @@ pkgbase = applewin-git
depends = qt5-multimedia
depends = libyaml
conflicts = applewin
+ options = !debug
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 16293b0aa0a8..b16838e8d4e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Thanks to Fabio Lolix for the patch.
pkgname=applewin-git
-pkgver=1.30.14.1.r1362.g3cda77c6
+pkgver=1.30.14.1.r1485.g1affd619
pkgrel=1
pkgdesc="AppleWin Linux port by Audetto - GIT version"
arch=('x86_64')
@@ -15,6 +15,7 @@ makedepends=('git' 'cmake' 'boost')
provide=(applewin)
conflicts=(applewin)
install=applewin.install
+options=(!debug)
source=("${pkgname%-git}::git+https://github.com/audetto/AppleWin.git"
"git+https://github.com/Dax89/QHexView.git"
"git+https://github.com/ocornut/imgui.git"