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: 8df1c4e010125feb606f7cd32de0c25b8cc0241c

Message: fix apparently not being able to use 'git checkout tags/<ver>' like we used to?

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a6842b2..2b6346b 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 = 0
+pkgrel = 1
 pkgver = 1.0.3
 url = https://github.com/goatcorp/FFXIVQuickLauncher/
 arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 90f40a7..b5e95bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 pkgname=xivlauncher
 pkgver=1.0.3
 _pkgver=c2e02fd2b48876b4a00ba278c240f8a6361d3455
-pkgrel=0
+pkgrel=1
 pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
 arch=('amd64')
 url='https://github.com/goatcorp/FFXIVQuickLauncher/'
@@ -52,7 +52,7 @@ sha512sums=(
 build() {
     mkdir -p "${srcdir}/build"
     cd "${srcdir}/XIVLauncher.Core"
-    git checkout tags/${pkgver}
+    git checkout refs/tags/${pkgver}
     git submodule update --init --recursive
     cd "${srcdir}/XIVLauncher.Core/src/XIVLauncher.Core/"
     #echo "Building XIVLauncher ${pkgver}-${_pkgver:0:7}"