makedeb
Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
Click here to go back to the commit logs for xivlauncher.
Hash: 1fafce3755c73675dfdafae0f4f8ca815a659c93
Message: testing makedeb with mist. Something seems broken.
diff --git a/.SRCINFO b/.SRCINFO
index 1274e1b..41a695f 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 = 3
+pkgrel = 5
pkgver = 1.0.3
url = https://github.com/goatcorp/FFXIVQuickLauncher/
arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index a998d4b..0f9045d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xivlauncher
pkgver=1.0.3
_pkgver=c2e02fd2b48876b4a00ba278c240f8a6361d3455
-pkgrel=3
+pkgrel=5
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
arch=('amd64')
url='https://github.com/goatcorp/FFXIVQuickLauncher/'
@@ -49,6 +49,9 @@ sha512sums=(
)
prepare() {
cd XIVLauncher.Core
+ ls -la
+ cat .gitmodules
+ git fetch --all
git checkout tags/${pkgver}
git submodule update --init --recursive
}