summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a9f5a5fa041..d43bcaf4af68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=nbgrader
pkgname=python-$_name
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc='A system for assigning and grading notebooks'
arch=(any)
url="https://github.com/jupyter/$_name"
@@ -17,7 +17,7 @@ depends=(
python-requests
python-jsonschema
python-alembic
- python-rapidfuzz
+ python-fuzzywuzzy # python-rapidfuzz
jupyter
jupyter-notebook
jupyter-nbconvert