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
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

View File

@ -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"