summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93973d74fb47..036a5cb697fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = funemustation-git
pkgdesc = A simple but elegant launcher of emulators and pc games
- pkgver = 2.0.0
+ pkgver = 2.0.2
pkgrel = 1
url = https://dannygaray60.itch.io/funemustation-launcher
arch = any
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() {