makedeb


soh-letitsnow-otr 8.0.3-0


Christmas 2023 SoH OTR game data, compatoble ROM not included

Click here to go back to the commit logs for soh-letitsnow-otr.

Commit:


Hash: 73bc15a30691b8c92cb549c122b09aab676857ec

Message: oups

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7606455..251ce48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = soh-otr
 pkgbase = soh-otr
 pkgdesc = Ocarina of Time OTR game data for SoH, compatoble ROM not included
-pkgrel = 1
+pkgrel = 2
 pkgver = 7.1.1
 url = https://shipofharkinian.com/
 arch = all
diff --git a/PKGBUILD b/PKGBUILD
index b9cbf82..8eb8ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # https://github.com/HarbourMasters/Shipwright
 pkgname=soh-otr
 pkgver=7.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Ocarina of Time OTR game data for SoH, compatoble ROM not included"
 arch=("all")
 url="https://shipofharkinian.com/"
@@ -19,14 +19,15 @@ pkgver() {
 build() {
   cd "${srcdir}"
   # cleanup
-  [ -e oot* ] && rm oot*
+  rm -f oot*
 
   export SHIP_HOME="${srcdir}"
   export SOHEXTRACTONLY=1
   # bug workaround
   soh || :
   [ -e oot* ] || echo "You need a compatible ROM, read more at:
-https://github.com/HarbourMasters/Shipwright" && exit 1
+https://github.com/HarbourMasters/Shipwright"
+  [ -e oot* ] || exit 1
 }
 
 package() {