makedeb
Custom Launcher for Final Fantasy XIV Online CN for Ubuntu/Debian
Click here to go back to the commit logs for xivlauncher-cn.
Hash: 47a32b7b1bf77632aecdca8460b1dce65e96d699
Message: 1.0.6.2
diff --git a/.SRCINFO b/.SRCINFO
index 27fe5ae..4f9c116 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = xivlauncher-cn
pkgbase = xivlauncher-cn
pkgdesc = Custom Launcher for Final Fantasy XIV Online CN for Ubuntu (Debian please install dotnet-sdk-6.0 by yourself )
pkgrel = 1
-pkgver = 1.0.4.0
+pkgver = 1.0.6.2
url = https://github.com/ottercorp/XIVLauncher.Core
arch = amd64
conflicts = xivlauncher-git
@@ -30,7 +30,7 @@ depends = libjxr0
depends = xdg-utils
license = GPL
options = !strip
-provides = xivlauncher=1.0.3.0
+provides = xivlauncher=1.0.6.2
source = XIVLauncher.Core::git+https://github.com/ottercorp/XIVLauncher.Core.git
source = XIVLauncher.desktop
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f1615eb..020474f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: chuan <chuan@ubuntu.org.cn>
pkgname=xivlauncher-cn
-pkgver=1.0.4.0
+pkgver=1.0.6.2
pkgrel=1
pkgdesc="Custom Launcher for Final Fantasy XIV Online CN for Ubuntu (Debian please install dotnet-sdk-6.0 by yourself )"
arch=('amd64')
@@ -49,7 +49,7 @@ build() {
cd "${srcdir}/XIVLauncher.Core"
git submodule update --init --recursive
cd "${srcdir}/XIVLauncher.Core/src/XIVLauncher.Core/"
- dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release
+ dotnet publish -r linux-x64 --sc --configuration Release -p:DefineConstants=WINE_XIV_UBUNTU_LINUX -o "${srcdir}/build"
}
package() {