summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6da98439b74..d5b94be32b4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = duckstation
pkgdesc = Playstation emulator
- pkgver = 0.1.6658
+ pkgver = 0.1.6720
pkgrel = 1
url = https://github.com/stenzek/duckstation
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = duckstation
depends = qt6-base
depends = sdl2
depends = shaderc
- source = duckstation::git+https://github.com/stenzek/duckstation.git#commit=4e0c417add264226b3db065c1466791f0591a1b5
+ source = duckstation::git+https://github.com/stenzek/duckstation.git#commit=26917f14c568a8133721bb21614c08bd6fe1efce
sha256sums = SKIP
pkgname = duckstation
diff --git a/PKGBUILD b/PKGBUILD
index 0b0bc5941fc6..e9a92f6528f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ unset _pkgtype
# basic info
_pkgname="duckstation"
pkgname="$_pkgname${_pkgtype:-}"
-pkgver=0.1.6658
+pkgver=0.1.6720
pkgrel=1
pkgdesc="Playstation emulator"
url="https://github.com/stenzek/duckstation"
@@ -51,7 +51,7 @@ makedepends=(
)
if [ "${_build_git::1}" != "t" ]; then
- _commit=4e0c417add264226b3db065c1466791f0591a1b5
+ _commit=26917f14c568a8133721bb21614c08bd6fe1efce
_pkgsrc="$_pkgname"
source+=("$_pkgsrc"::"git+$url.git#commit=$_commit")