summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cec36dd86c95..c3dfe310909e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,9 @@ pkgbase = afetch-git
url = https://github.com/13-CF/afetch
arch = any
license = GPL
+ makedepends = git
+ makedepends = gcc
+ makedepends = make
provides = afetch
conflicts = afetch
source = git+https://github.com/13-CF/afetch
diff --git a/PKGBUILD b/PKGBUILD
index abad202ffb24..e65269c94d10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,4 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Fronkles McFranko <mrelfranko@disroot.org>
pkgname=afetch-git
_pkgname=afetch
pkgver=1
@@ -15,7 +10,7 @@ url="https://github.com/13-CF/afetch"
license=('GPL')
groups=()
depends=()
-makedepends=()
+makedepends=('git' 'gcc' 'make')
checkdepends=()
optdepends=()
provides=(afetch)