summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJacki2024-02-12 14:22:16 +0100
committerJacki2024-02-12 14:22:16 +0100
commit7e5929d5f7353c94a9ac9802a342e5730e64f13d (patch)
tree89ba9b4908a297e26b4fa9388b5a4b361da98679 /PKGBUILD
parent59cb49873899a2a2ab691701a4ff95d26f6bd617 (diff)
downloadaur-funemustation-git.tar.gz
Update PKGBUILD and .SRCINFO
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3eed0d136a8e..f77abb22001f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=funemustation-git
_name=funemustation
_export=FunEmuStation_Launcher
-pkgver=2.0.0
+pkgver=2.0.2
pkgrel=1
pkgdesc="A simple but elegant launcher of emulators and pc games"
url="https://dannygaray60.itch.io/funemustation-launcher"
@@ -33,7 +33,7 @@ build() {
echo "cd ~/.local/share/${_name}" >> "bin/${_name}"
echo "./${_export}.x86_64" >> "bin/${_name}"
- godot --no-window --path "." --export "Linux/X11" "bin/${_export}.x86_64"
+ godot --no-window --path "." --export-release "Linux/X11" "bin/${_export}.x86_64"
}
package() {