fix(pkg,aur): sources now are version unique

This commit is contained in:
2025-07-21 18:25:35 +02:00
parent 363deeab28
commit e529483c28
8 changed files with 24 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = lidm-git
pkgdesc = A fully colorful customizable TUI display manager made in C. (last git commit)
pkgver = 0.1.0.r0.g8071694
pkgver = 1.2.3.r3.g363deea
pkgrel = 1
url = https://github.com/javalsai/lidm
arch = any

View File

@@ -1,10 +1,10 @@
# shellcheck disable=SC2034,SC2148,SC2128,SC2154,SC2164
# Maintainer: javalsai <javalsai@proton.me>
pkgname=lidm-git
pkgver=1.2.3.r0.g7e1ec83
pkgver=1.2.3.r3.g363deea
pkgrel=1
depends=('pam')
makedepends=('git' 'make' 'gcc')
makedepends=('git')
pkgdesc="A fully colorful customizable TUI display manager made in C. (last git commit)"
arch=('any')
url="https://github.com/javalsai/lidm"
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd "lidm"
make CFLAGS="-O3"
make
}
package() {