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