makedeb


xivlauncher 1.1.1-1


Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)

Click here to go back to the commit logs for xivlauncher.

Commit:


Hash: e891cbb244ce706990af9c45778671c1af0aa8bf

Message: Fix build as we need to pin a submodule

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 72627ab..336aeb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = xivlauncher
 pkgbase = xivlauncher
 pkgdesc = Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
-pkgrel = 8
+pkgrel = 9
 pkgver = 1.0.3
 url = https://github.com/goatcorp/FFXIVQuickLauncher/
 arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 74d8d32..85b5261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
 pkgname=xivlauncher
 pkgver=1.0.3
 _pkgver=c2e02fd2b48876b4a00ba278c240f8a6361d3455
-pkgrel=8
+xlwpfver=bfd0e1cce3c0e61a2de91df29b248883e00a409b
+pkgrel=9
 pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
 arch=('amd64')
 url='https://github.com/goatcorp/FFXIVQuickLauncher/'
@@ -56,6 +57,8 @@ prepare() {
     # this is specifically to get around mist cache issues
     rm -rf FFXIVQuickLauncher
     git clone https://github.com/goatcorp/FFXIVQuickLauncher.git 
+    cd FFXIVQuickLauncher
+    git checkout ${xlwpfver}
 }
 build() {
     mkdir -p "${srcdir}/build"