Skip to content

Commit

Permalink
soh-git: OTRExporter and ZAPDTR as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Alto1772 committed Oct 19, 2023
1 parent 7d8dc1c commit 6915909
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 5 additions & 1 deletion soh-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgbase = soh-git
pkgver = 7.1.1.r12.g8872a5928
pkgver = 7.1.1.r106.gcff2e3728
pkgrel = 1
url = https://shipofharkinian.com/
arch = x86_64
Expand All @@ -22,9 +22,13 @@ pkgbase = soh-git
depends = libpng
source = git+https://github.com/HarbourMasters/Shipwright.git
source = git+https://github.com/Kenix3/libultraship.git
source = git+https://github.com/HarbourMasters/OTRExporter.git
source = git+https://github.com/HarbourMasters/ZAPDTR.git
source = soh.desktop
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 25aebd34f6ad49073d8a5ce6915b6fa290470fc6d62a8143abe07a25707ff4a2

pkgname = soh-git
Expand Down
10 changes: 8 additions & 2 deletions soh-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_reponame=Shipwright
pkgbase=soh-git
pkgname=(soh-git soh-otr-exporter-git)
pkgver=7.1.1.r10.g74d667854
pkgver=7.1.1.r97.g5ddc41877
pkgrel=1
arch=("x86_64" "i686")
url="https://shipofharkinian.com/"
Expand All @@ -13,8 +13,12 @@ depends=("${_depends_soh[@]}" "${_depends_soh_otr_exporter[@]}")
makedepends=("cmake" "ninja" "python" "curl" "lsb-release" "libxrandr" "libxinerama" "libxi" "glu" "boost")
source=("git+https://github.com/HarbourMasters/${_reponame}.git"
"git+https://github.com/Kenix3/libultraship.git"
"git+https://github.com/HarbourMasters/OTRExporter.git"
"git+https://github.com/HarbourMasters/ZAPDTR.git"
"soh.desktop")
sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'25aebd34f6ad49073d8a5ce6915b6fa290470fc6d62a8143abe07a25707ff4a2')

Expand All @@ -38,9 +42,11 @@ pkgver() {
prepare() {
cd "${srcdir}/${_reponame}"

# Init libultraship submodule
# Init all submodules
git submodule init
git config submodule.libultraship.url "$srcdir/libultraship"
git config submodule.OTRExporter.url "$srcdir/OTRExporter"
git config submodule.ZAPDTR.url "$srcdir/ZAPDTR"
git -c protocol.file.allow=always submodule update

if [ "$__generate_headers" = 1 ]; then
Expand Down

0 comments on commit 6915909

Please sign in to comment.