summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMayorBender2020-08-16 09:54:55 -0400
committerMayorBender2020-08-16 10:22:05 -0400
commit0756b40515162c3c6144a11d4a8ce21f830b03b8 (patch)
tree5b56a51d4338804168d7a1ce988eb49e821a3843
parente0e3195ece5aec190b55c096ee233275a40b38ca (diff)
downloadaur-0756b40515162c3c6144a11d4a8ce21f830b03b8.tar.gz
updated deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8df7c936789e..957f2dfa65a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,11 +8,13 @@ pkgbase = check50
license = GPL
makedepends = python-setuptools
depends = python
+ depends = python-pyaml
depends = submit50
source = https://files.pythonhosted.org/packages/source/c/check50/check50-3.1.2.tar.gz
sha256sums = e34d39c9a230e80dc2105737f64f9d93bcecb150e184fc70bff2ac849c5f9bd4
pkgname = check50
depends = python
+ depends = python-pyaml
depends = submit50
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"