update versions

This commit is contained in:
xgui4
2026-05-09 13:06:02 -04:00
parent 049bcc62aa
commit 2a955f2688
6 changed files with 8 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
# cutting off 'foo-' prefix that presents in the git tag
git describe --long --tags | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g'
git describe --always --long --tags | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {

View File

@@ -2,7 +2,7 @@
pkgs.python3Packages.buildPythonApplication rec {
pname = "lce-qt-launcher";
version = "0.2026.5.8";
version = "0.2026.5.9";
format = "pyproject";
src = ./.;

View File

@@ -1,7 +1,7 @@
# Maintainer: Xgui4
pkgname=lce-qt-launcher-beta
pkgver=nightly
pkgrel=2
pkgver=049bcc6
pkgrel=1
pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind. (Beta Build)"
arch=('any')
url="https://github.com/xgui4/LCE-Qt-Launcher"
@@ -38,7 +38,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
# cutting off 'foo-' prefix that presents in the git tag
git describe --long --tags | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g'
git describe --long --always --tags | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {

View File

@@ -1,7 +1,7 @@
# Maintainer: Xgui4
pkgname=lce-qt-launcher
pkgver=0.0.2.0
pkgrel=3
pkgrel=1
pkgdesc="A custom Minecraft LCE Launcher written with PySide6 (Python) with GNU/Linux support in mind. (Master/Stable Branch)"
arch=('any')
url="https://github.com/xgui4/LCE-Qt-Launcher"

View File

@@ -3,7 +3,7 @@
; Non-commercial use only
#define MyAppName "LCE Qt Launcher (Nightly)"
#define MyAppVersion "2026.5.8"
#define MyAppVersion "2026.5.9"
#define MyAppPublisher "Xgui4"
#define MyAppURL "https://github.com/xgui4/lce-qt-launcher"
#define MyAppExeName "main.exe"

View File

@@ -3,7 +3,7 @@
; Non-commercial use only
#define MyAppName "LCE Qt Launcher (Nightly)"
#define MyAppVersion "2026.5.8"
#define MyAppVersion "2026.5.9"
#define MyAppPublisher "Xgui4"
#define MyAppURL "https://github.com/xgui4/lce-qt-launcher"
#define MyAppExeName "main.exe"