File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Maintainer: Vincent Post <cent@spline.de>
22pkgname=xivlauncher
3- pkgver=1.2.1
3+ pkgver=1.3.0
44pkgrel=1
55epoch=1
66pkgdesc=" Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
@@ -50,7 +50,7 @@ prepare() {
5050build () {
5151 mkdir -p " ${srcdir} /build"
5252 cd " ${srcdir} /XIVLauncher.Core/src/XIVLauncher.Core/"
53- dotnet publish -r linux-x64 --sc -o " ${srcdir} /build" --configuration Release -p:DefineConstants=WINE_XIV_ARCH_LINUX
53+ dotnet publish -r linux-x64 --sc -o " ${srcdir} /build" --configuration Release
5454}
5555
5656package () {
Original file line number Diff line number Diff line change 11# Maintainer: Vincent Post <cent@spline.de>
22pkgname=xivlauncher-git
3- pkgver=1.2.1 .r0.g43ed53b
3+ pkgver=1.3.0 .r0.gd1ef778
44pkgrel=7
55epoch=1
66pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
@@ -57,7 +57,7 @@ pkgver() {
5757build() {
5858 mkdir -p "${srcdir}/build"
5959 cd "${srcdir}/XIVLauncher.Core/src/XIVLauncher.Core/"
60- dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release -p:DefineConstants=WINE_XIV_ARCH_LINUX
60+ dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release
6161}
6262
6363package() {
You can’t perform that action at this time.
0 commit comments