makedeb


xivlauncher 1.1.0-1


Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)

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

Commit:


Hash: c6b00ec17b27dd849aac52ffb05e015cb38ec98d

Message: Update for 1.0.7 binary

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 5d76988..53bf9b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,11 @@ pkgname = xivlauncher
 pkgbase = xivlauncher
 pkgdesc = Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
 pkgrel = 1
-pkgver = 1.0.6
-url = https://github.com/goatcorp/FFXIVQuickLauncher/
+pkgver = 1.0.7
+url = https://github.com/goatcorp/XIVLauncher.Core/
 arch = amd64
 conflicts = xivlauncher-git
+conflicts = xivlauncher-rb
 depends = aria2
 depends = libsdl2-2.0-0
 depends = libsecret-1-0
@@ -15,13 +16,13 @@ depends = libjxr0
 depends = xdg-utils
 license = GPL
 optdepends = steam
-provides = xivlauncher=1.0.6
-source = XIVLauncher.Core.tar.gz::https://github.com/goatcorp/XIVLauncher.Core/releases/download/1.0.6/XIVLauncher.Core.tar.gz
+provides = xivlauncher=1.0.7
+source = XIVLauncher.Core.tar.gz::https://github.com/goatcorp/XIVLauncher.Core/releases/download/1.0.7/XIVLauncher.Core.tar.gz
 source = 512.png::https://raw.githubusercontent.com/goatcorp/XIVLauncher.Core/main/misc/linux_distrib/512.png
 source = XIVLauncher.desktop
 source = openssl_fix.cnf
 source = xivlauncher-core
-sha512sums = eb217861d55cfca1f616f3f52bc9bdebf73d59bd36399ce844b8d5fd528ba6f2f80d4029c2899ead5c653d1dd4d9d383a3c41942d9c03aba720109d69caf4733
+sha512sums = 48c87c624dfccedc75991e0f5cdbfd047d487bdc32e261a21476bd28b6e5e1865303b3b423f5b311a9c63747975a69c4d69ed9a37925f40e2a0a3743b802bb84
 sha512sums = 0c33502cd915132151fa4b6c94899bf3f8806c2943469609cdda09365ff78be863215abd2741048d6c9a934a22dca0f8a8a2c67074c38abc6f67984c393859c4
 sha512sums = c06130b67efff8aa53760cb9c8bd764d4307624ec42c52d58cce388863e64788821f6f836857f200452e75de3b5311466074c70b81ad6d70ab60b286ddfda2e8
 sha512sums = c702d45b607a54716ae3f1c9b0aa548b3226da76b0ae4b8a88e49d16e5117a7ff5164e7dd5b6a2799a16a18d53b2de55a26a87888054c25152df5c4824b38fe0
diff --git a/PKGBUILD b/PKGBUILD
index 25d9cf9..2ab5c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: XIVLauncher Linux Maintainers <franz@goat.place>
 pkgname=xivlauncher
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
 arch=('amd64')
-url='https://github.com/goatcorp/FFXIVQuickLauncher/'
+url='https://github.com/goatcorp/XIVLauncher.Core/'
 license=('GPL')
 depends=(
     'aria2'
@@ -17,7 +17,10 @@ depends=(
 optdepends=('steam')
 extensions=()
 provides=("xivlauncher=${pkgver}")
-conflicts=("xivlauncher-git")
+conflicts=(
+	"xivlauncher-git"
+	"xivlauncher-rb"
+)
 source=(
     "XIVLauncher.Core.tar.gz::https://github.com/goatcorp/XIVLauncher.Core/releases/download/${pkgver}/XIVLauncher.Core.tar.gz"
     "512.png::https://raw.githubusercontent.com/goatcorp/XIVLauncher.Core/main/misc/linux_distrib/512.png"
@@ -26,33 +29,12 @@ source=(
     "xivlauncher-core"
 )
 sha512sums=(
-    'eb217861d55cfca1f616f3f52bc9bdebf73d59bd36399ce844b8d5fd528ba6f2f80d4029c2899ead5c653d1dd4d9d383a3c41942d9c03aba720109d69caf4733'
+    '48c87c624dfccedc75991e0f5cdbfd047d487bdc32e261a21476bd28b6e5e1865303b3b423f5b311a9c63747975a69c4d69ed9a37925f40e2a0a3743b802bb84'
     '0c33502cd915132151fa4b6c94899bf3f8806c2943469609cdda09365ff78be863215abd2741048d6c9a934a22dca0f8a8a2c67074c38abc6f67984c393859c4'
     'c06130b67efff8aa53760cb9c8bd764d4307624ec42c52d58cce388863e64788821f6f836857f200452e75de3b5311466074c70b81ad6d70ab60b286ddfda2e8'
     'c702d45b607a54716ae3f1c9b0aa548b3226da76b0ae4b8a88e49d16e5117a7ff5164e7dd5b6a2799a16a18d53b2de55a26a87888054c25152df5c4824b38fe0'
     'dad16da8e1d2bc772f7e1be1f59fd799c596fa88fb77a7e58a94baf10a1ca2f0ad7e79ad3baa8ba24e35dd0bc748884c74371c447816b1ea61098f58a130313a'
 )
-#prepare() {
-    #pwd
-    #mkdir -p ${srcdir}/XIVLauncher.Core-${pkgver}
-    #tar zxf XIVLauncher.Core.tar.gz -C ${srcdir}/XIVLauncher.Core-${pkgver}
-    #cd XIVLauncher.Core-${pkgver}
-#    pwd
-    #cd lib
-#    pwd
-    # 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() {
-    #tar zxf XIV.Core.tar.gz -C ${srcdir}/XIVLauncher.Core-${pkgver}
-    #mkdir -p "${srcdir}/build"
-    #cd "${srcdir}/XIVLauncher.Core-${pkgver}/src/XIVLauncher.Core/"
-    #echo "Building XIVLauncher ${pkgver}-${_pkgver:0:7}"
-    #dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release -p:BuildHash=${_pkgver:0:7}
-#}
 
 package() {
     install -d "${pkgdir}/usr/bin/"