summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFronkles McFranko2020-12-13 12:57:02 -0800
committerFronkles McFranko2020-12-13 12:57:02 -0800
commit1aa2a68d2bd0e418b6ecaba3471dbd8126ebce32 (patch)
treed8bc756c2fdb80e9015b2b04e5995bdd69914cb9 /PKGBUILD
parent2cb19b9fd0db4addad71de8ce074fb1ca81755e9 (diff)
downloadaur-1aa2a68d2bd0e418b6ecaba3471dbd8126ebce32.tar.gz
Updating
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
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)