mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
fix provide and conflicts
This commit is contained in:
parent
8f471df5bc
commit
0d564b9294
@ -1,14 +1,13 @@
|
|||||||
pkgbase = lidm-bin
|
pkgbase = lidm-bin
|
||||||
pkgdesc = A fully colorful cutomizable TUI display manager made in C. (release binary)
|
pkgdesc = A fully colorful cutomizable TUI display manager made in C. (release binary)
|
||||||
pkgver = 0.0.1
|
pkgver = 0.0.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/javalsai/lidm
|
url = https://github.com/javalsai/lidm
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = pam
|
depends = pam
|
||||||
provides = lidm
|
provides = lidm
|
||||||
conflicts = lidm
|
conflicts = lidm
|
||||||
conflicts = lidm-git
|
|
||||||
source = lidm::https://github.com/javalsai/lidm/releases/download/0.0.1/lidm-x86_64
|
source = lidm::https://github.com/javalsai/lidm/releases/download/0.0.1/lidm-x86_64
|
||||||
source = default-theme.ini::https://raw.githubusercontent.com/javalsai/lidm/0.0.1/themes/default.ini
|
source = default-theme.ini::https://raw.githubusercontent.com/javalsai/lidm/0.0.1/themes/default.ini
|
||||||
source = LICENSE::https://raw.githubusercontent.com/javalsai/lidm/0.0.1/LICENSE
|
source = LICENSE::https://raw.githubusercontent.com/javalsai/lidm/0.0.1/LICENSE
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
pkgname=lidm-bin
|
pkgname=lidm-bin
|
||||||
pkgver=0.0.1
|
pkgver=0.0.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
depends=('pam')
|
depends=('pam')
|
||||||
pkgdesc="A fully colorful cutomizable TUI display manager made in C. (release binary)"
|
pkgdesc="A fully colorful cutomizable TUI display manager made in C. (release binary)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/javalsai/lidm"
|
url="https://github.com/javalsai/lidm"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
provides=('lidm')
|
provides=('lidm')
|
||||||
conflicts=('lidm' 'lidm-git')
|
conflicts=('lidm')
|
||||||
source=(
|
source=(
|
||||||
"lidm::$url/releases/download/$pkgver/lidm-$arch"
|
"lidm::$url/releases/download/$pkgver/lidm-$arch"
|
||||||
"default-theme.ini::https://raw.githubusercontent.com/javalsai/lidm/$pkgver/themes/default.ini"
|
"default-theme.ini::https://raw.githubusercontent.com/javalsai/lidm/$pkgver/themes/default.ini"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
pkgbase = lidm-git
|
pkgbase = lidm-git
|
||||||
pkgdesc = A fully colorful cutomizable TUI display manager made in C. (last git commit)
|
pkgdesc = A fully colorful cutomizable TUI display manager made in C. (last git commit)
|
||||||
pkgver = 0.0.1.r0.gd6b165b
|
pkgver = 0.0.1.r0.gd6b165b
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/javalsai/lidm
|
url = https://github.com/javalsai/lidm
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
@ -10,7 +10,6 @@ pkgbase = lidm-git
|
|||||||
depends = pam
|
depends = pam
|
||||||
provides = lidm
|
provides = lidm
|
||||||
conflicts = lidm
|
conflicts = lidm
|
||||||
conflicts = lidm-bin
|
|
||||||
source = lidm-repo::git+https://github.com/javalsai/lidm
|
source = lidm-repo::git+https://github.com/javalsai/lidm
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pkgname=lidm-git
|
pkgname=lidm-git
|
||||||
pkgver=0.0.1.r0.gd6b165b
|
pkgver=0.0.1.r0.gd6b165b
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
depends=('pam')
|
depends=('pam')
|
||||||
makedepends=('git' 'make')
|
makedepends=('git' 'make')
|
||||||
pkgdesc="A fully colorful cutomizable TUI display manager made in C. (last git commit)"
|
pkgdesc="A fully colorful cutomizable TUI display manager made in C. (last git commit)"
|
||||||
@ -8,7 +8,7 @@ arch=('any')
|
|||||||
url="https://github.com/javalsai/lidm"
|
url="https://github.com/javalsai/lidm"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
provides=('lidm')
|
provides=('lidm')
|
||||||
conflicts=('lidm' 'lidm-bin')
|
conflicts=('lidm')
|
||||||
source=("lidm-repo::git+https://github.com/javalsai/lidm")
|
source=("lidm-repo::git+https://github.com/javalsai/lidm")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
pkgbase = lidm
|
pkgbase = lidm
|
||||||
pkgdesc = A fully colorful cutomizable TUI display manager made in C. (build latest tag)
|
pkgdesc = A fully colorful cutomizable TUI display manager made in C. (build latest tag)
|
||||||
pkgver = 0.0.1
|
pkgver = 0.0.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/javalsai/lidm
|
url = https://github.com/javalsai/lidm
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = pam
|
depends = pam
|
||||||
provides = lidm
|
|
||||||
conflicts = lidm-bin
|
|
||||||
conflicts = lidm-git
|
|
||||||
source = lidm-repo::git+https://github.com/javalsai/lidm
|
source = lidm-repo::git+https://github.com/javalsai/lidm
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
pkgname=lidm
|
pkgname=lidm
|
||||||
pkgver=0.0.1
|
pkgver=0.0.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
depends=('pam')
|
depends=('pam')
|
||||||
pkgdesc="A fully colorful cutomizable TUI display manager made in C. (build latest tag)"
|
pkgdesc="A fully colorful cutomizable TUI display manager made in C. (build latest tag)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/javalsai/lidm"
|
url="https://github.com/javalsai/lidm"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
provides=('lidm')
|
|
||||||
conflicts=('lidm-bin' 'lidm-git')
|
|
||||||
source=("lidm-repo::git+https://github.com/javalsai/lidm")
|
source=("lidm-repo::git+https://github.com/javalsai/lidm")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user