summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f0b93edbebb..b61685ab9937 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = soniccd-git
pkgdesc = A full decompilation of Sonic CD 2011, based on the PC remake with improvements & tweaks from the mobile remakes.
- pkgver = r153.ce80f35
+ pkgver = r213.955e257
pkgrel = 2
url = https://github.com/Rubberduckycooly/Sonic-CD-11-Decompilation
install = soniccd.install
diff --git a/PKGBUILD b/PKGBUILD
index 10e574bf5500..4d47c0a56aee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas Melo <luluco250 at gmail dot com>
pkgname=soniccd-git
-pkgver=r153.ce80f35
+pkgver=r213.955e257
pkgrel=2
pkgdesc='A full decompilation of Sonic CD 2011, based on the PC remake with
improvements & tweaks from the mobile remakes.'
@@ -34,6 +34,6 @@ build() {
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"
+ cd "$srcdir/Sonic-CD-11-Decompilation/bin"
install -Dm755 soniccd "$pkgdir/usr/bin/soniccd"
}