summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMayorBender2020-08-16 10:29:15 -0400
committerMayorBender2020-08-16 10:29:15 -0400
commit17211ff47b59e3a4933f581d6beecee3a40b29cf (patch)
tree285bdfa75111bdc4ec65324daebcfd0531c7504d /PKGBUILD
parent0756b40515162c3c6144a11d4a8ce21f830b03b8 (diff)
downloadaur-17211ff47b59e3a4933f581d6beecee3a40b29cf.tar.gz
added lib50 dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a42f26594d70..89cddd2c9fc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('any')
url="https://github.com/cs50/check50"
license=('GPL')
groups=('cs50');
-depends=('python' 'python-bs4' 'python-pyaml' 'submit50')
+depends=('lib50' 'python' 'python-bs4' 'python-pyaml' 'submit50')
makedepends=('python-setuptools')
source=(
"https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz"