Automatic version update: r1173.6c442f72 → v5.26.90.r555.g6c442f7

This commit is contained in:
User8395 2025-08-25 18:51:03 -04:00
parent 0c09810e4e
commit 93afed1571
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = plasma-bigscreen-git
pkgdesc = A big launcher giving you easy access to any installed apps and skills.
pkgver = r1173.6c442f72
pkgver = v5.26.90.r555.g6c442f7
pkgrel = 1
url = https://plasma-bigscreen.org/
arch = any

View file

@ -1,6 +1,6 @@
# Maintainer: User8395 <therealuser8395@proton.me>
pkgname=plasma-bigscreen-git
pkgver=r1173.6c442f72
pkgver=v5.26.90.r555.g6c442f7
pkgrel=1
pkgdesc="A big launcher giving you easy access to any installed apps and skills."
arch=('any')
@ -21,7 +21,7 @@ md5sums=('SKIP')
pkgver() {
cd "plasma-bigscreen"
printf "r%s.%s\n" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
git describe --long --abbrev=7 | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {