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: 95fd7512e99c4c3bb5b1e8399b679e50373b08a7

Message: Initial mpr release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 251ce48..00e3b57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
 generated-by = makedeb
-pkgname = soh-otr
-pkgbase = soh-otr
-pkgdesc = Ocarina of Time OTR game data for SoH, compatoble ROM not included
-pkgrel = 2
-pkgver = 7.1.1
+pkgname = soh-letitsnow-otr
+pkgbase = soh-letitsnow-otr
+pkgdesc = Christmas 2023 SoH OTR game data, compatoble ROM not included
+pkgrel = 0
+pkgver = 8.0.3
 url = https://shipofharkinian.com/
 arch = all
 license = proprietary
-makedepends = soh-otr-exporter
+makedepends = soh-letitsnow-otr-exporter
 source = fille://baserom.z64
 sha256sums = SKIP
-makedepends = soh-otr-exporter
+makedepends = soh-letitsnow-otr-exporter
diff --git a/.gitignore b/.gitignore
index 18b6639..cf65dc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 pkg/ 
 src/
-soh-otr*
+soh*
 *.z64
diff --git a/PKGBUILD b/PKGBUILD
index 8eb8ba5..7a7b2ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,17 @@
 # Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
 # You need a compatible ROM, read more at:
 # https://github.com/HarbourMasters/Shipwright
-pkgname=soh-otr
-pkgver=7.1.1
-pkgrel=2
-pkgdesc="Ocarina of Time OTR game data for SoH, compatoble ROM not included"
+pkgname=soh-letitsnow-otr
+pkgver=8.0.3
+pkgrel=0
+pkgdesc="Christmas 2023 SoH OTR game data, compatoble ROM not included"
 arch=("all")
 url="https://shipofharkinian.com/"
 license=("proprietary")
-makedepends=("soh-otr-exporter")
+makedepends=("soh-letitsnow-otr-exporter")
 source=("fille://baserom.z64")
 sha256sums=(SKIP)
 
-pkgver() {
-  apt show soh-bin | grep Version | sed -E 's/.*: (.*)-.*$/\1/'
-}
-
 build() {
   cd "${srcdir}"
   # cleanup
@@ -24,7 +20,7 @@ build() {
   export SHIP_HOME="${srcdir}"
   export SOHEXTRACTONLY=1
   # bug workaround
-  soh || :
+  soh-letitsnow || :
   [ -e oot* ] || echo "You need a compatible ROM, read more at:
 https://github.com/HarbourMasters/Shipwright"
   [ -e oot* ] || exit 1
@@ -32,5 +28,5 @@ https://github.com/HarbourMasters/Shipwright"
 
 package() {
   cd "${srcdir}"
-  install -Dm644 oot* -t "${pkgdir}/usr/share/games/soh/"
+  install -Dm644 oot* -t "${pkgdir}/usr/share/games/soh-letitsnow/"
 }