mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 06:15:03 +02:00
chore: remove make as it's part of base-devel
This commit is contained in:
parent
c4a996c1e8
commit
c586a48320
@ -1,12 +1,11 @@
|
||||
pkgbase = lidm
|
||||
pkgdesc = A fully colorful customizable TUI display manager made in C. (build latest tag)
|
||||
pkgver = 0.1.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/javalsai/lidm
|
||||
arch = any
|
||||
license = GPL
|
||||
makedepends = git
|
||||
makedepends = make
|
||||
makedepends = gcc
|
||||
makedepends = gzip
|
||||
depends = pam
|
||||
|
@ -2,9 +2,9 @@
|
||||
# Maintainer: javalsai <javalsai@proton.me>
|
||||
pkgname=lidm
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
depends=('pam')
|
||||
makedepends=('git' 'make' 'gcc' 'gzip')
|
||||
makedepends=('git' 'gcc' 'gzip')
|
||||
pkgdesc="A fully colorful customizable TUI display manager made in C. (build latest tag)"
|
||||
arch=('any')
|
||||
url="https://github.com/javalsai/lidm"
|
||||
|
Loading…
x
Reference in New Issue
Block a user