summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2024-05-06 23:25:04 +0300
committergardenapple2024-05-06 23:25:04 +0300
commite489b29dcbd67e534a8e7f6c83217a421efe8f54 (patch)
tree90e322abf2c03c060d749e8f519cbf27682b1b55
parente69dc5679e564f3057585ed3b77fadc1b8ed22f4 (diff)
downloadaur-duckstation-qt-bin.tar.gz
Revision 6748 (thanks to update.sh script)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07e5893c4eb8..c6a15ab88854 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = duckstation-qt-bin
pkgdesc = Fast PlayStation 1 emulator for PC and Android
- pkgver = 0.1.r6720
+ pkgver = 0.1.r6748
pkgrel = 1
url = https://github.com/stenzek/duckstation
arch = x86_64
license = GPL-3.0-only
provides = duckstation-qt
provides = duckstation
- noextract = duckstation-qt-0.1.r6720.AppImage
+ noextract = duckstation-qt-0.1.r6748.AppImage
options = !strip
- source = duckstation-qt-0.1.r6720.AppImage::https://github.com/stenzek/duckstation/releases/download/latest/DuckStation-x64.AppImage
- sha256sums = 559515eebfbe1344bd2d16e589d49694b0044ef75bf7affacd11d0f34ab849e9
+ source = duckstation-qt-0.1.r6748.AppImage::https://github.com/stenzek/duckstation/releases/download/latest/DuckStation-x64.AppImage
+ sha256sums = f174b43884df4f5e3d44eaa34b98c712e361310dcb0862aeedbc17a68bc8a3c2
pkgname = duckstation-qt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 509f1de28c9a..c576ac2e9d22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=duckstation-qt-bin
_pkgname="${pkgname%-bin}"
_fullname=org.duckstation.DuckStation
-pkgver=0.1.r6720
+pkgver=0.1.r6748
pkgrel=1
pkgdesc="Fast PlayStation 1 emulator for PC and Android"
arch=('x86_64')
@@ -15,7 +15,7 @@ provides=("$_pkgname" 'duckstation')
options=('!strip')
noextract=("${_pkgname}-${pkgver}.AppImage")
source=("${_pkgname}-${pkgver}.AppImage::https://github.com/stenzek/duckstation/releases/download/latest/DuckStation-x64.AppImage")
-sha256sums=('559515eebfbe1344bd2d16e589d49694b0044ef75bf7affacd11d0f34ab849e9')
+sha256sums=('f174b43884df4f5e3d44eaa34b98c712e361310dcb0862aeedbc17a68bc8a3c2')
package() {
chmod 755 "$srcdir/${_pkgname}-${pkgver}.AppImage"