summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Melo2021-01-25 06:50:14 -0300
committerLucas Melo2021-01-25 06:50:14 -0300
commit9e1a0722c0107006bdb168189e30671070e37862 (patch)
treee264f2a97a195e440e614de927a4171cfed17b37
parent06188351f8264ca8c0d2330ec3f28d8c6a0bf7ec (diff)
downloadaur-9e1a0722c0107006bdb168189e30671070e37862.tar.gz
Output path changed in upstream, updated pkgbuild and .srcinfo.
-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"
}