summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMayorBender2020-08-16 09:54:55 -0400
committerMayorBender2020-08-16 10:22:05 -0400
commit0756b40515162c3c6144a11d4a8ce21f830b03b8 (patch)
tree5b56a51d4338804168d7a1ce988eb49e821a3843 /PKGBUILD
parente0e3195ece5aec190b55c096ee233275a40b38ca (diff)
downloadaur-0756b40515162c3c6144a11d4a8ce21f830b03b8.tar.gz
updated deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 543bae87ef4a..a42f26594d70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('any')
url="https://github.com/cs50/check50"
license=('GPL')
groups=('cs50');
-depends=('python' 'submit50')
+depends=('python' 'python-bs4' 'python-pyaml' 'submit50')
makedepends=('python-setuptools')
source=(
"https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz"