summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Post2022-04-19 02:57:39 +0200
committerVincent Post2022-04-19 02:57:39 +0200
commiteb402b5646e8be0af2dbee524491700207e501f2 (patch)
treea67c1b882442fe40158b3baf9eb61e4cc1c025fa /PKGBUILD
parent8984e3802e644db8f734b0d6847820f874a618ed (diff)
downloadaur-eb402b5646e8be0af2dbee524491700207e501f2.tar.gz
build Release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69cd32442435..11b0a43c5f93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vincent Post <cent@spline.de>
pkgname=xivlauncher
pkgver=6.2.31
-pkgrel=2
+pkgrel=3
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
arch=('x86_64')
url='https://github.com/goatcorp/FFXIVQuickLauncher/'
@@ -27,7 +27,7 @@ sha512sums=(
build() {
mkdir "${srcdir}/build"
cd "${srcdir}/FFXIVQuickLauncher/src/XIVLauncher.Core/"
- dotnet publish -r linux-x64 --sc -o "${srcdir}/build"
+ dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release
}
package() {