summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-12-11 19:17:46 +0100
committerFrederic Bezies2023-12-11 19:17:46 +0100
commit4b29d7b27795b5745bb8f9ad32f8374486329e02 (patch)
tree0c23397835ecee718c536b77c3986bc2f6335437
parent4f7c92e440d6707fead417c2d2927acacda5d87b (diff)
downloadaur-4b29d7b27795b5745bb8f9ad32f8374486329e02.tar.gz
December 11th, 2023 update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6d0755020da..11ef6a14c33a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = applewin-git
pkgdesc = AppleWin Linux port by Audetto - GIT version
- pkgver = 1.30.7.0.r333.g8965b8af
+ pkgver = 1.30.14.1.r1362.g3cda77c6
pkgrel = 1
url = https://github.com/audetto/AppleWin.git
install = applewin.install
@@ -21,6 +21,7 @@ pkgbase = applewin-git
source = git+https://github.com/Dax89/QHexView.git
source = git+https://github.com/ocornut/imgui.git
source = git+https://github.com/ocornut/imgui_club.git
+ source = git+https://github.com/AirGuanZ/imgui-filebrowser.git
source = applewin-sdl2.desktop
source = applewin-qt.desktop
source = apple-logo.svg
@@ -28,6 +29,7 @@ pkgbase = applewin-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = e9bb4b78a21d3fc3daeebeaf99c68e97f745e497b19d1a4eeaf2e115ab5cf4c3
sha256sums = 3fc868e86a3e8520cfb366fce547aac4e6439eb0e6753156da3c3ce97e235c2e
sha256sums = e3bbf57d2ad105c6211b0853fbb88f1c20d874d0a34b6ae263e2cf8c74e1568d
diff --git a/PKGBUILD b/PKGBUILD
index 02a30e80e2e3..16293b0aa0a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Thanks to Fabio Lolix for the patch.
pkgname=applewin-git
-pkgver=1.30.7.0.r333.g8965b8af
+pkgver=1.30.14.1.r1362.g3cda77c6
pkgrel=1
pkgdesc="AppleWin Linux port by Audetto - GIT version"
arch=('x86_64')
@@ -19,6 +19,7 @@ source=("${pkgname%-git}::git+https://github.com/audetto/AppleWin.git"
"git+https://github.com/Dax89/QHexView.git"
"git+https://github.com/ocornut/imgui.git"
"git+https://github.com/ocornut/imgui_club.git"
+ "git+https://github.com/AirGuanZ/imgui-filebrowser.git"
applewin-sdl2.desktop
applewin-qt.desktop
apple-logo.svg)
@@ -26,6 +27,7 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'e9bb4b78a21d3fc3daeebeaf99c68e97f745e497b19d1a4eeaf2e115ab5cf4c3'
'3fc868e86a3e8520cfb366fce547aac4e6439eb0e6753156da3c3ce97e235c2e'
'e3bbf57d2ad105c6211b0853fbb88f1c20d874d0a34b6ae263e2cf8c74e1568d')
@@ -42,6 +44,7 @@ prepare() {
git submodule set-url source/frontends/qt/QHexView "${srcdir}/QHexView"
git submodule set-url source/frontends/sdl/imgui/imgui "${srcdir}/imgui"
git submodule set-url source/frontends/sdl/imgui/imgui_club "${srcdir}/imgui_club"
+ git submodule set-url source/frontends/sdl/imgui/imgui-filebrowser "${srcdir}/imgui-filebrowser"
git -c protocol.file.allow=always submodule update
mkdir build