summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorich2024-03-19 00:30:23 +0100
committerich2024-03-19 00:30:23 +0100
commit768bd9b28d28063450c32dfa6999dcfabcadbd4d (patch)
tree8d3147df52e2834adb2961fbc9719fcaa3f4f73c
parent397870adcf62b7e608c57331c3bfbe6e7123d2db (diff)
downloadaur-768bd9b28d28063450c32dfa6999dcfabcadbd4d.tar.gz
fixup: Add !debug option to avoid stripping
according to kuehnelth
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7e4b4cb866c..d03603ba7600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = voicevox-appimage
pkgdesc = Offical Frontend for the free VOICEVOX TTS Engine
pkgver = 0.17.2
- pkgrel = 19
+ pkgrel = 20
url = https://voicevox.hiroshiba.jp/
arch = x86_64
license = LGPLv3
@@ -13,6 +13,7 @@ pkgbase = voicevox-appimage
provides = voicevox
conflicts = voicevox
options = !strip
+ options = !debug
source = https://github.com/VOICEVOX/voicevox/releases/download/0.17.2/VOICEVOX.AppImage.7z.001
source = https://github.com/VOICEVOX/voicevox/releases/download/0.17.2/VOICEVOX.AppImage.7z.002
source = https://github.com/VOICEVOX/voicevox/releases/download/0.17.2/VOICEVOX.AppImage.7z.003
diff --git a/PKGBUILD b/PKGBUILD
index 5b93e623d528..a8936f99008c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=voicevox-appimage
pkgver=0.17.2
-pkgrel=19
+pkgrel=20
pkgdesc='Offical Frontend for the free VOICEVOX TTS Engine'
arch=('x86_64')
license=('LGPLv3' 'custom')
@@ -33,7 +33,7 @@ makedepends=(
'p7zip'
'appimagetool' # Since 0.14.3
)
-options=('!strip')
+options=('!strip' '!debug')
prepare() {
cd "${srcdir}"