chore: remove make as it's part of base-devel

This commit is contained in:
javalsai 2024-10-13 13:54:53 +02:00
parent c4a996c1e8
commit c586a48320
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8
2 changed files with 3 additions and 4 deletions

View File

@ -1,12 +1,11 @@
pkgbase = lidm pkgbase = lidm
pkgdesc = A fully colorful customizable TUI display manager made in C. (build latest tag) pkgdesc = A fully colorful customizable TUI display manager made in C. (build latest tag)
pkgver = 0.1.0 pkgver = 0.1.0
pkgrel = 1 pkgrel = 2
url = https://github.com/javalsai/lidm url = https://github.com/javalsai/lidm
arch = any arch = any
license = GPL license = GPL
makedepends = git makedepends = git
makedepends = make
makedepends = gcc makedepends = gcc
makedepends = gzip makedepends = gzip
depends = pam depends = pam

View File

@ -2,9 +2,9 @@
# Maintainer: javalsai <javalsai@proton.me> # Maintainer: javalsai <javalsai@proton.me>
pkgname=lidm pkgname=lidm
pkgver=0.1.0 pkgver=0.1.0
pkgrel=1 pkgrel=2
depends=('pam') 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)" pkgdesc="A fully colorful customizable 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"