summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0a98eeb2bda..e7b2f0593f05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas Melo <luluco250 at gmail dot com>
pkgname=soniccd-git
-pkgver=r330.1a1ad84
+pkgver=r377.907d631
pkgrel=1
pkgdesc='A full decompilation of Sonic CD 2011, based on the PC remake with
improvements & tweaks from the mobile remakes.'
@@ -20,7 +20,7 @@ source=(
sha256sums=(
'SKIP'
'SKIP'
- '83b086300728ae627907ac042ded29ff5d00077261ebcdf3c5c93da6b1350a0e'
+ 'b70b6526c137859385234a19d1935e089c3c6a71639f42f7d579135579e8243b'
'5ef3e25f5391707fdc461a8c25817ddde38a1d34d125dc5b3c43f706b889ed8a'
)
install=soniccd.install
@@ -43,6 +43,6 @@ package() {
install -Dm755 soniccd-launcher "$pkgdir/usr/bin/soniccd-launcher"
install -Dm644 soniccd.desktop "$pkgdir/usr/share/applications/soniccd.desktop"
cd "$srcdir/Sonic-CD-11-Decompilation/bin"
- install -Dm755 soniccd "$pkgdir/usr/bin/soniccd"
+ install -Dm755 RSDKv3 "$pkgdir/usr/bin/RSDKv3"
install -Dm644 ../LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}