summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRankyn Bass2023-12-27 20:16:42 -0800
committerRankyn Bass2023-12-27 20:16:42 -0800
commit9c46e248cdf06275ff59a743372380b77dbb61c9 (patch)
tree7e2b2e0dc6d74210089d36054c3d0dbac751b0ba
parentce549fb92a00ca2160f34f0670c144d2c783586b (diff)
downloadaur-9c46e248cdf06275ff59a743372380b77dbb61c9.tar.gz
Fix spaces in autolaunch paths, add locale fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64e34bd53df0..fca467518197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xivlauncher-rb
pkgdesc = Custom launcher for Final Fantasy XIV Online with RB Patches!
- pkgver = 1.0.6.8
- pkgrel = 2
+ pkgver = 1.0.6.9
+ pkgrel = 1
epoch = 2
url = https://github.com/rankynbass/XIVLauncher.Core/tree/RB-patched
arch = x86_64
@@ -46,7 +46,7 @@ pkgbase = xivlauncher-rb
depends = jxrlib
optdepends = steam
options = !strip
- source = XIVLauncher.Core::git+https://github.com/rankynbass/XIVLauncher.Core.git#tag=aa19fd4a8d9fbe4c8aa676ac2419993b607413fe
+ source = XIVLauncher.Core::git+https://github.com/rankynbass/XIVLauncher.Core.git#tag=a3a7809b7a6bdd54b350e6cde831037c63679f9a
source = XIVLauncher.desktop
source = xivlauncher-rb
source = openssl_fix.cnf
diff --git a/PKGBUILD b/PKGBUILD
index 01ff776cfe75..77d082466b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rankyn Bass <rankyn@proton.me>
pkgname=xivlauncher-rb
-pkgver=1.0.6.8
-pkgrel=2
+pkgver=1.0.6.9
+pkgrel=1
epoch=2
-_tag=aa19fd4a8d9fbe4c8aa676ac2419993b607413fe # git rev-parse rb-v${pkgver}
+_tag=a3a7809b7a6bdd54b350e6cde831037c63679f9a # git rev-parse rb-v${pkgver}
pkgdesc="Custom launcher for Final Fantasy XIV Online with RB Patches!"
arch=('x86_64')
url='https://github.com/rankynbass/XIVLauncher.Core/tree/RB-patched'