summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAltoXorg2022-10-26 10:24:56 +0800
committerAltoXorg2022-10-26 10:24:56 +0800
commitb7ad5517fe5bc408c3c5d4d7cf8aaacf7d4da822 (patch)
tree33c7d2e30f0f61c620ac7a54a719fc768b7fde4b
parentc9a0f3f86d6334c0a523887bac1814d3d0369cb2 (diff)
downloadaur-b7ad5517fe5bc408c3c5d4d7cf8aaacf7d4da822.tar.gz
oot.otr -> oot-mq.otr
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21805fbab48d..81e1a414a913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = soh-otr-gc_mq_d
pkgdesc = OTR game data for SoH (Ocarina of Time Master Quest Debug)
pkgver = 2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/HarbourMasters/Shipwright
arch = any
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index cd3a1c903be5..2f5e052d71ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _romname=gc_mq_d
_romdesc="Ocarina of Time Master Quest Debug"
pkgname=soh-otr-${_romname}
pkgver=2
-pkgrel=1
+pkgrel=2
pkgdesc="OTR game data for SoH (${_romdesc})"
arch=("any")
url="https://github.com/HarbourMasters/Shipwright"
@@ -35,7 +35,7 @@ prepare() {
build() {
cd "${srcdir}"
- [ -e oot.otr ] && rm oot.otr
+ [ -e oot-mq.otr ] && rm oot-mq.otr
[ ! -e assets ] && ln -s ${SHIP_PREFIX}/assets assets
[ -e Extract ] && rm -r Extract; mkdir Extract
cp -r "${SHIP_PREFIX}"/assets/game Extract/assets