summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah2021-04-04 14:15:26 -0700
committerNoah2021-04-04 14:15:26 -0700
commit902ba46f15630a39b905cadc31f4fa4c70342cc3 (patch)
tree8a09d0fe09da14e9d843b7e95a2d8bef4e24ec36
parente72aeae8ab6b6e47d827c49b76e3acad9ac4964b (diff)
downloadaur-902ba46f15630a39b905cadc31f4fa4c70342cc3.tar.gz
Added missing dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c051bbfdbc36..96aaf21c9337 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = the-rock
makedepends = cargo
makedepends = gzip
depends = ncurses
+ depends = gcc-libs
+ depends = glibc
conflicts = the-rock-git
conflicts = bible-kjv
source = https://gitlab.com/NoahJelen/the-rock/-/archive/0.2.0/the-rock-0.2.0.zip
diff --git a/PKGBUILD b/PKGBUILD
index d1aee72a05ac..6bbc00603b02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A command line King James bible viewer"
arch=('i686' 'x86_64')
url="https://gitlab.com/NoahJelen/the-rock"
license=('GPL')
-depends=('ncurses')
+depends=('ncurses' 'gcc-libs' 'glibc')
makedepends=('cargo' 'gzip')
source=("https://gitlab.com/NoahJelen/the-rock/-/archive/0.2.0/the-rock-0.2.0.zip")
conflicts=('the-rock-git' 'bible-kjv')