summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-06-25 06:39:50 +0200
committerAlexandre Bouvier2022-06-25 06:39:50 +0200
commit49cc7fa6452ed4f5cde6d56a29420de3b0a60cef (patch)
tree5d30491082617be049b4757b461056126340a419
parentfb8c572826d852a201c0651701750dc136bbfb8e (diff)
downloadaur-49cc7fa6452ed4f5cde6d56a29420de3b0a60cef.tar.gz
update to 0.7.46.r0.g9d2d8691b5
* add new submodule nv2a_vsh_cpu
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 016791df96e1..6a367b7be544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xemu-git
pkgdesc = Original Xbox emulator (fork of XQEMU)
- pkgver = 0.7.28.r0.g176b574403
+ pkgver = 0.7.46.r0.g9d2d8691b5
pkgrel = 1
url = https://xemu.app/
install = xemu.install
@@ -31,6 +31,8 @@ pkgbase = xemu-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
+ b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d51fcf27ee9a..f16015cf4755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=xemu
pkgname=$_pkgname-git
-pkgver=0.7.28.r0.g176b574403
+pkgver=0.7.46.r0.g9d2d8691b5
pkgrel=1
pkgdesc="Original Xbox emulator (fork of XQEMU)"
arch=('x86_64')
@@ -36,6 +36,7 @@ source=(
'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'
)
b2sums=(
'SKIP'
@@ -45,6 +46,7 @@ b2sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
)
pkgver() {
@@ -55,6 +57,7 @@ pkgver() {
prepare() {
cd $_pkgname
git config submodule.genconfig.url ../genconfig
+ git config submodule.hw/xbox/nv2a/thirdparty/nv2a_vsh_cpu.url ../nv2a_vsh_cpu
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