diff --git a/PKGBUILD b/PKGBUILD index 03636a2..314e32d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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() { diff --git a/default.nix b/default.nix index cc97f35..4c6e229 100644 --- a/default.nix +++ b/default.nix @@ -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 = ./.; diff --git a/packages/linux/dev/PKGBUILD b/packages/linux/dev/PKGBUILD index 7044b73..96f77da 100644 --- a/packages/linux/dev/PKGBUILD +++ b/packages/linux/dev/PKGBUILD @@ -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() { diff --git a/packages/linux/stable/PKGBUILD b/packages/linux/stable/PKGBUILD index 7313990..9aba1a2 100644 --- a/packages/linux/stable/PKGBUILD +++ b/packages/linux/stable/PKGBUILD @@ -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" diff --git a/packages/windows/windows-setup-nigthly-preview.iss b/packages/windows/windows-setup-nigthly-preview.iss index 8cb03b9..bfe8a25 100644 --- a/packages/windows/windows-setup-nigthly-preview.iss +++ b/packages/windows/windows-setup-nigthly-preview.iss @@ -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" diff --git a/packages/windows/windows-setup-nigthly.iss b/packages/windows/windows-setup-nigthly.iss index 4740cbc..d776b84 100644 --- a/packages/windows/windows-setup-nigthly.iss +++ b/packages/windows/windows-setup-nigthly.iss @@ -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"