summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2021-04-29 14:16:47 -0400
committerBuildTools2021-04-29 14:16:47 -0400
commit30965bb4ed68ddc328c585e8392cd2559c86994e (patch)
treee3852f0276f14a737e8b3c270925c39139d7a809
parent03d615ff4ebd68f003638c11aa4c6861caea51cf (diff)
downloadaur-30965bb4ed68ddc328c585e8392cd2559c86994e.tar.gz
add depends. thx @axtlos
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7ff190a7187..70443fa41813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,10 @@ pkgbase = nofetch-git
url = https://github.com/jnats/nofetch
arch = any
license = GPL
+ depends = coreutils
+ depends = grep
+ depends = sed
+ depends = bash
provides = nofetch
source = nofetch::git+https://github.com/jnats/nofetch.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 15351f1917d2..5fa99b88e363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="the simple man's fetch tool"
arch=('any')
url="https://github.com/jnats/nofetch"
license=('GPL')
-depends=()
+depends=('coreutils' 'grep' 'sed' 'bash')
provides=('nofetch')
source=("nofetch::git+https://github.com/jnats/nofetch.git")