From 15c3501d0c87439467f37d5a496527d94c9b28cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Simi=C4=87?= Date: Thu, 3 Jun 2021 00:19:16 +0200 Subject: [PATCH] Fix PKGBUILD makedepends and formatting In PKGBUILD git and gcc were not specified in makedepends. This fixes that and the formatting of the script. Removing unused variables. --- PKGBUILD | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index d5f6681..2a11b57 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,28 +1,15 @@ # Maintainer: Јован Ђокић-Шумарац + pkgname=fetchy-git pkgver=2.2 pkgrel=1 -epoch= pkgdesc="Cli system info tool written in C. " arch=(x86_64) url="https://gitlab.com/vojjvoda/fetchy.git" license=('MIT') -groups=() -depends=() -makedepends=(make) -checkdepends=() -optdepends=() -provides=(fetchy) -conflicts=(fetchy) -replaces=() -backup=() -options=() -install= -changelog= +makedepends=("make" "git" "gcc") source=("git+$url") -noextract=() md5sums=('SKIP') -validpgpkeys=() build() { cd fetchy -- 2.43.0