summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2023-07-24 07:09:54 +0200
committerAlexandre Bouvier2023-07-24 07:09:54 +0200
commitfe6c33c3397d725fdfe26faecd8f1dc26d93c023 (patch)
tree8d0f2cfee44733ce411be65ed01e29a739ece7af
parent7cb32845e1001a7151d15552521c16b8b90ba558 (diff)
downloadaur-fe6c33c3397d725fdfe26faecd8f1dc26d93c023.tar.gz
update to 0.7.104.r0.g15bf68594f
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 202ac83ea97b..a1c8cc5b525e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xemu-git
pkgdesc = Original Xbox emulator (fork of XQEMU)
- pkgver = 0.7.103.r0.g93ab116e91
+ pkgver = 0.7.104.r0.g15bf68594f
pkgrel = 1
url = https://xemu.app/
install = xemu.install
@@ -32,11 +32,11 @@ pkgbase = xemu-git
depends = zlib
provides = xemu
conflicts = xemu
- source = xemu::git+https://github.com/mborgerson/xemu.git
+ source = xemu::git+https://github.com/xemu-project/xemu.git
+ source = xemu-imgui::git+https://github.com/xemu-project/imgui.git
source = berkeley-softfloat-3::git+https://gitlab.com/qemu-project/berkeley-softfloat-3.git
source = berkeley-testfloat-3::git+https://gitlab.com/qemu-project/berkeley-testfloat-3.git
source = genconfig::git+https://github.com/mborgerson/genconfig.git
- source = imgui::git+https://github.com/ocornut/imgui.git
source = implot::git+https://github.com/epezent/implot.git
source = keycodemapdb::git+https://gitlab.com/qemu-project/keycodemapdb.git
source = nv2a_vsh_cpu::git+https://github.com/abaire/nv2a_vsh_cpu.git
diff --git a/PKGBUILD b/PKGBUILD
index b4b19f89b07d..d362fd70d054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=xemu
pkgname=$_pkgname-git
-pkgver=0.7.103.r0.g93ab116e91
+pkgver=0.7.104.r0.g15bf68594f
pkgrel=1
pkgdesc="Original Xbox emulator (fork of XQEMU)"
arch=('x86_64')
@@ -32,11 +32,11 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
install=$_pkgname.install
source=(
- "$_pkgname::git+https://github.com/mborgerson/xemu.git"
+ "$_pkgname::git+https://github.com/xemu-project/xemu.git"
+ "$_pkgname-imgui::git+https://github.com/xemu-project/imgui.git"
'berkeley-softfloat-3::git+https://gitlab.com/qemu-project/berkeley-softfloat-3.git'
'berkeley-testfloat-3::git+https://gitlab.com/qemu-project/berkeley-testfloat-3.git'
'genconfig::git+https://github.com/mborgerson/genconfig.git'
- 'imgui::git+https://github.com/ocornut/imgui.git'
'implot::git+https://github.com/epezent/implot.git'
'keycodemapdb::git+https://gitlab.com/qemu-project/keycodemapdb.git'
'nv2a_vsh_cpu::git+https://github.com/abaire/nv2a_vsh_cpu.git'
@@ -66,7 +66,7 @@ prepare() {
git config submodule.tests/fp/berkeley-softfloat-3.url ../berkeley-softfloat-3
git config submodule.tests/fp/berkeley-testfloat-3.url ../berkeley-testfloat-3
git config submodule.ui/keycodemapdb.url ../keycodemapdb
- git config submodule.ui/thirdparty/imgui.url ../imgui
+ git config submodule.ui/thirdparty/imgui.url ../$_pkgname-imgui
git config submodule.ui/thirdparty/implot.url ../implot
git -c protocol.file.allow=always submodule update
mkdir -p ../build