summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-05-08 01:54:31 +0200
committerAlexandre Bouvier2022-05-08 01:54:49 +0200
commitef706616eacfbdce0adaa07ad56d68b7cf8b9447 (patch)
tree12c2cbb21f853734425c7b8c8a72cb6da6f9d5b2
parent2ccaff720d004a52b20306eea05503b539b6196b (diff)
downloadaur-ef706616eacfbdce0adaa07ad56d68b7cf8b9447.tar.gz
update to 0.7.0.r0.g9c06980275
* fix submodule paths
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 740294c2a4ab..dd8ccd7134f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xemu-git
pkgdesc = Original Xbox emulator (fork of XQEMU)
- pkgver = 0.6.4.r1.ga809d8557d
+ pkgver = 0.7.0.r0.g9c06980275
pkgrel = 1
url = https://xemu.app/
install = xemu.install
diff --git a/PKGBUILD b/PKGBUILD
index bec0df24f63e..9dad2f7db66d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=xemu
pkgname=$_pkgname-git
-pkgver=0.6.4.r1.ga809d8557d
+pkgver=0.7.0.r0.g9c06980275
pkgrel=1
pkgdesc="Original Xbox emulator (fork of XQEMU)"
arch=('x86_64')
@@ -54,13 +54,13 @@ pkgver() {
prepare() {
cd $_pkgname
- git submodule init genconfig tests/fp/berkeley-{soft,test}float-3 ui/{imgui,implot,keycodemapdb}
+ git submodule init genconfig tests/fp/berkeley-{soft,test}float-3 ui/{keycodemapdb,thirdparty/{imgui,implot}}
git config submodule.genconfig.url ../genconfig
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/imgui.url ../imgui
- git config submodule.ui/implot.url ../implot
git config submodule.ui/keycodemapdb.url ../keycodemapdb
+ git config submodule.ui/thirdparty/imgui.url ../imgui
+ git config submodule.ui/thirdparty/implot.url ../implot
git submodule update
python scripts/gen-license.py > XEMU_LICENSE
# unbundle tomlplusplus