summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-05-22 11:14:52 +0200
committerFrederic Bezies2021-05-22 11:14:52 +0200
commitf10a6f6baf001d1df712fa1ee4f07d0df9497083 (patch)
treeb4a75fc5f23db2160004610ef53f30048c96dcd0
parent934c36a56042f52eac5aa953fe5894579c865dbd (diff)
downloadaur-f10a6f6baf001d1df712fa1ee4f07d0df9497083.tar.gz
Blocking version until bug https://github.com/audetto/AppleWin/issues/29 is fixed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd6d15d2d8f2..c029a09470d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = applewin-git
pkgdesc = AppleWin Linux port by Audetto - GIT version
- pkgver = v1.25.0.4.r1877.g54403f74
+ pkgver = v1.25.0.4.r1879.g1ac7710b
pkgrel = 1
url = https://github.com/audetto/AppleWin.git
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = applewin-git
depends = qt5-gamepad
depends = qt5-multimedia
depends = libyaml
- source = git+https://github.com/audetto/AppleWin.git
+ source = git+https://github.com/audetto/AppleWin.git#commit=1ac7710
source = git+https://github.com/Dax89/QHexView.git#commit=54301e8
source = git+https://github.com/ocornut/imgui.git#commit=cbcd891
source = git+https://github.com/ocornut/imgui_club.git#commit=02e679b
diff --git a/PKGBUILD b/PKGBUILD
index 24686f682ed3..9ddc1a1f0070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=AppleWin
_name=applewin
pkgname="${_name}-git"
-pkgver=v1.25.0.4.r1877.g54403f74
+pkgver=v1.25.0.4.r1879.g1ac7710b
pkgrel=1
pkgdesc="AppleWin Linux port by Audetto - GIT version"
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://github.com/audetto/AppleWin.git"
license=('GPL2')
depends=('boost-libs' 'minizip' 'libslirp' 'sdl2_image' 'qt5-gamepad' 'qt5-multimedia' 'libyaml')
makedepends=('git' 'cmake' 'boost')
-source=("git+https://github.com/audetto/AppleWin.git"
+source=("git+https://github.com/audetto/AppleWin.git#commit=1ac7710"
"git+https://github.com/Dax89/QHexView.git#commit=54301e8"
"git+https://github.com/ocornut/imgui.git#commit=cbcd891"
"git+https://github.com/ocornut/imgui_club.git#commit=02e679b"