summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRankyn Bass2024-03-17 07:50:57 -0700
committerRankyn Bass2024-03-17 07:50:57 -0700
commitdf6b966374685f33949a5038e1ac20689a506c0e (patch)
treef618a0eaf0ecc76a9ba9278dea9cc49395a82aa6
parent373ef615bd9a088f4dd6d10b2e22dfcd8509f2d5 (diff)
downloadaur-df6b966374685f33949a5038e1ac20689a506c0e.tar.gz
Add to !debug to work around pacman issue
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15899576e159..d38126252f64 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.7.3
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://github.com/rankynbass/XIVLauncher.Core/tree/RB-patched
arch = x86_64
@@ -46,6 +46,7 @@ pkgbase = xivlauncher-rb
optdepends = lib32-libpcap
optdepends = lib32-faudio
options = !strip
+ options = !debug
source = XIVLauncher.Core::git+https://github.com/rankynbass/XIVLauncher.Core.git#tag=febfdac9328fe06c92d0d25492b9df521868d35a
source = XIVLauncher.desktop
source = xivlauncher-rb
diff --git a/PKGBUILD b/PKGBUILD
index 16b24ee25481..7bbfa4abe6d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rankyn Bass <rankyn@proton.me>
pkgname=xivlauncher-rb
pkgver=1.0.7.3
-pkgrel=1
+pkgrel=2
epoch=2
_tag=febfdac9328fe06c92d0d25492b9df521868d35a # git rev-parse rb-v${pkgver}
pkgdesc="Custom launcher for Final Fantasy XIV Online with RB Patches!"
@@ -50,7 +50,7 @@ optdepends=(
'lib32-libpcap'
'lib32-faudio'
)
-options=('!strip')
+options=('!strip' '!debug')
source=(
"XIVLauncher.Core::git+https://github.com/rankynbass/XIVLauncher.Core.git#tag=${_tag}"
"XIVLauncher.desktop"