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

@@ -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"