Skip to content

Commit 1abbcdd

Browse files
committed
feat: 1.4.0
1 parent b7d7c4d commit 1abbcdd

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.3.1
3+
pkgver=1.4.0
44
pkgrel=1
55
epoch=1
66
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
@@ -28,7 +28,7 @@ depends=(
2828
'desktop-file-utils'
2929
'jxrlib'
3030
)
31-
makedepends=('dotnet-sdk>=8' 'git')
31+
makedepends=('dotnet-sdk>=10' 'git')
3232
optdepends=('steam')
3333
options=('!strip' '!debug')
3434
source=(

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.3.1.r0.gf832daa
3+
pkgver=1.4.0.r0.g06c3298
44
pkgrel=7
55
epoch=1
66
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
@@ -28,7 +28,7 @@ depends=(
2828
'desktop-file-utils'
2929
'jxrlib'
3030
)
31-
makedepends=('dotnet-sdk>=8' 'python-yaml' 'git')
31+
makedepends=('dotnet-sdk>=10' 'python-yaml' 'git')
3232
optdepends=('steam')
3333
options=('!strip' '!debug')
3434
provides=("xivlauncher=${pkgver}")

0 commit comments

Comments
 (0)