summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheJackiMonster2021-07-26 01:56:13 +0200
committerTheJackiMonster2021-07-26 01:56:13 +0200
commit59cb49873899a2a2ab691701a4ff95d26f6bd617 (patch)
tree80902579abc90ab3b36c3aa56aa7a205fb713c9c
parent77aba762b242b8561b8d6864b99fce9d6e741122 (diff)
downloadaur-59cb49873899a2a2ab691701a4ff95d26f6bd617.tar.gz
Update to version 2.0.0
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22b0896b3b16..93973d74fb47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = funemustation-git
pkgdesc = A simple but elegant launcher of emulators and pc games
- pkgver = r18.9446a8a
+ pkgver = 2.0.0
pkgrel = 1
url = https://dannygaray60.itch.io/funemustation-launcher
arch = any
@@ -19,4 +19,3 @@ pkgbase = funemustation-git
sha256sums = SKIP
pkgname = funemustation-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 63a117e74c07..3eed0d136a8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=funemustation-git
_name=funemustation
_export=FunEmuStation_Launcher
-pkgver=r18.9446a8a
+pkgver=2.0.0
pkgrel=1
pkgdesc="A simple but elegant launcher of emulators and pc games"
url="https://dannygaray60.itch.io/funemustation-launcher"
@@ -18,7 +18,8 @@ provides=('funemustation')
pkgver() {
cd ${srcdir}/${_name}
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+
+ cat 'export_presets.cfg' | grep "application/product_version" | cut -c 29- | tr '"' ' ' | awk '{ print $1 }'
}
build() {