summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-04-30 20:20:56 +1200
committerGeorge Rawlinson2022-04-30 20:20:56 +1200
commiteb451b2b14723f9181fcb8a83dc0ad70745643cc (patch)
treeb0c92f454cccdb4319efb7f1f7ddcd8532617890
parent729fdd3f0fc916d89f191cc8ae4c3e7295a5a67f (diff)
downloadaur-eb451b2b14723f9181fcb8a83dc0ad70745643cc.tar.gz
upgpkg: xemu 0.6.5-1
* New upstream release. * Upstream tags have now changed to semver (vX.Y.Z).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78a15dbd8994..e5bda4e4b2aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xemu
pkgdesc = Original Xbox Emulator
- pkgver = 0.6.3.r8.g30a872fa83
+ pkgver = 0.6.5
pkgrel = 1
url = https://xemu.app
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = xemu
depends = gtk3
depends = libslirp
optdepends = fancy-mouse-boot-rom: first-stage xbox bootrom
- source = xemu::git+https://github.com/mborgerson/xemu.git#commit=30a872fa832763739533ed761e79ac99b1954683
+ source = xemu::git+https://github.com/mborgerson/xemu.git#commit=a809d8557d48005f9e88145d398b87851b76e8fa
source = gitlab.com-qemu-project-berkeley-testfloat-3::git+https://gitlab.com/qemu-project/berkeley-testfloat-3.git
source = gitlab.com-qemu-project-berkeley-softfloat-3::git+https://gitlab.com/qemu-project/berkeley-softfloat-3.git
source = github.com-ocornut-imgui::git+https://github.com/ocornut/imgui.git
diff --git a/PKGBUILD b/PKGBUILD
index 7ec040b4336f..a831fe937205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alexandre Bouvier <contact@amb.tf>
pkgname=xemu
-pkgver=0.6.3.r8.g30a872fa83
+pkgver=0.6.5
pkgrel=1
pkgdesc='Original Xbox Emulator'
arch=('x86_64')
@@ -32,7 +32,7 @@ makedepends=(
optdepends=(
'fancy-mouse-boot-rom: first-stage xbox bootrom'
)
-_commit='30a872fa832763739533ed761e79ac99b1954683'
+_commit='a809d8557d48005f9e88145d398b87851b76e8fa'
source=(
"$pkgname::git+https://github.com/mborgerson/xemu.git#commit=$_commit"
'gitlab.com-qemu-project-berkeley-testfloat-3::git+https://gitlab.com/qemu-project/berkeley-testfloat-3.git'
@@ -53,7 +53,7 @@ md5sums=('SKIP'
pkgver() {
cd "$pkgname"
- git describe --tags | sed -e 's:^gh-release/::' -e 's:-\(.*\)-:.r\1.:'
+ git describe --tags | sed -e 's/^v//'
}
prepare() {