Skip to content

Commit

Permalink
feat: bump version to 1.1.0 requiring net8
Browse files Browse the repository at this point in the history
  • Loading branch information
Centzilius committed Jul 4, 2024
1 parent dd8b889 commit 300d388
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Vincent Post <[email protected]>
pkgname=xivlauncher
pkgver=1.0.9
pkgver=1.1.0
pkgrel=1
epoch=1
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
Expand Down Expand Up @@ -28,7 +28,7 @@ depends=(
'desktop-file-utils'
'jxrlib'
)
makedepends=('dotnet-sdk>=6' 'git')
makedepends=('dotnet-sdk>=8' 'git')
optdepends=('steam')
options=('!strip' '!debug')
source=(
Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD-git
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Vincent Post <[email protected]>
pkgname=xivlauncher-git
pkgver=1.0.9.r0.ged7bd94
pkgrel=5
pkgver=1.1.0.r6.g71a9b7b
pkgrel=6
epoch=1
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
arch=('x86_64')
Expand All @@ -28,7 +28,7 @@ depends=(
'desktop-file-utils'
'jxrlib'
)
makedepends=('dotnet-sdk>=6' 'python-yaml' 'git')
makedepends=('dotnet-sdk>=8' 'python-yaml' 'git')
optdepends=('steam')
options=('!strip' '!debug')
provides=("xivlauncher=${pkgver}")
Expand Down

0 comments on commit 300d388

Please sign in to comment.