makedeb
Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
Click here to go back to the commit logs for xivlauncher.
Hash: 99d79a6a3bfe5f072d9e1dac1c85e7fda43f3d55
Message: Work around mist caching things I wish it would delete
diff --git a/.SRCINFO b/.SRCINFO
index a495856..72627ab 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 = 7
+pkgrel = 8
pkgver = 1.0.3
url = https://github.com/goatcorp/FFXIVQuickLauncher/
arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 5dc278e..74d8d32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xivlauncher
pkgver=1.0.3
_pkgver=c2e02fd2b48876b4a00ba278c240f8a6361d3455
-pkgrel=7
+pkgrel=8
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
arch=('amd64')
url='https://github.com/goatcorp/FFXIVQuickLauncher/'
@@ -53,7 +53,8 @@ prepare() {
# pwd
cd lib
# pwd
- rmdir FFXIVQuickLauncher
+ # this is specifically to get around mist cache issues
+ rm -rf FFXIVQuickLauncher
git clone https://github.com/goatcorp/FFXIVQuickLauncher.git
}
build() {