Skip to content

Commit 6ef5828

Browse files
committed
feat: 1.3.0
1 parent eb5a7ce commit 6ef5828

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Vincent Post <cent@spline.de>
22
pkgname=xivlauncher
3-
pkgver=1.2.1
3+
pkgver=1.3.0
44
pkgrel=1
55
epoch=1
66
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
@@ -50,7 +50,7 @@ prepare() {
5050
build() {
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

5656
package() {

PKGBUILD-git

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Vincent Post <cent@spline.de>
22
pkgname=xivlauncher-git
3-
pkgver=1.2.1.r0.g43ed53b
3+
pkgver=1.3.0.r0.gd1ef778
44
pkgrel=7
55
epoch=1
66
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
@@ -57,7 +57,7 @@ pkgver() {
5757
build() {
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

6363
package() {

0 commit comments

Comments
 (0)