Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Vincent Post <cent@spline.de>
pkgname=xivlauncher
pkgver=1.2.1
pkgver=1.3.0
pkgrel=1
epoch=1
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
Expand Down Expand Up @@ -50,7 +50,7 @@ prepare() {
build() {
mkdir -p "${srcdir}/build"
cd "${srcdir}/XIVLauncher.Core/src/XIVLauncher.Core/"
dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release -p:DefineConstants=WINE_XIV_ARCH_LINUX
dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release
}

package() {
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD-git
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Vincent Post <cent@spline.de>
pkgname=xivlauncher-git
pkgver=1.2.1.r0.g43ed53b
pkgver=1.3.0.r0.gd1ef778
pkgrel=7
epoch=1
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
Expand Down Expand Up @@ -57,7 +57,7 @@ pkgver() {
build() {
mkdir -p "${srcdir}/build"
cd "${srcdir}/XIVLauncher.Core/src/XIVLauncher.Core/"
dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release -p:DefineConstants=WINE_XIV_ARCH_LINUX
dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release
}

package() {
Expand Down