fix provide and conflicts

This commit is contained in:
2024-07-27 09:52:17 +02:00
parent 8f471df5bc
commit 0d564b9294
6 changed files with 8 additions and 15 deletions

View File

@@ -1,14 +1,11 @@
pkgbase = lidm
pkgdesc = A fully colorful cutomizable TUI display manager made in C. (build latest tag)
pkgver = 0.0.1
pkgrel = 1
pkgrel = 2
url = https://github.com/javalsai/lidm
arch = any
license = GPL
depends = pam
provides = lidm
conflicts = lidm-bin
conflicts = lidm-git
source = lidm-repo::git+https://github.com/javalsai/lidm
sha256sums = SKIP

View File

@@ -1,13 +1,11 @@
pkgname=lidm
pkgver=0.0.1
pkgrel=1
pkgrel=2
depends=('pam')
pkgdesc="A fully colorful cutomizable TUI display manager made in C. (build latest tag)"
arch=('any')
url="https://github.com/javalsai/lidm"
license=('GPL')
provides=('lidm')
conflicts=('lidm-bin' 'lidm-git')
source=("lidm-repo::git+https://github.com/javalsai/lidm")
sha256sums=('SKIP')