summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2024-05-13 17:00:28 +0000
committerxiota2024-05-13 17:06:50 +0000
commit12db19b914dee7d03a2c033613272cc505fe499c (patch)
tree9f887e1ad79532e579fde8ab386496411c31073b /PKGBUILD
parent464b5cc38ba2ca213d94f661fa201a5f02596e48 (diff)
downloadaur-duckstation.tar.gz
0.1.6720
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")