From c2ef7eec384024e4d8bd7b1db1ce8ff498959de9 Mon Sep 17 00:00:00 2001 From: Piero La Terza Date: Sat, 15 Jun 2019 13:58:02 +0200 Subject: [PATCH] anki: add python3-jsonschema dependency --- srcpkgs/anki/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/anki/template b/srcpkgs/anki/template index 93f6dd7a6631a4..78d8089b5a76a7 100644 --- a/srcpkgs/anki/template +++ b/srcpkgs/anki/template @@ -1,13 +1,13 @@ # Template file for 'anki' pkgname=anki version=2.1.13 -revision=1 +revision=2 archs=noarch build_style=gnu-makefile pycompile_dirs="/usr/share/anki/anki /usr/share/anki/aqt" depends="python3-PyQt5-webengine python3-requests python3-SQLAlchemy python3-PyAudio python3-mpv python3-Markdown python3-send2trash - python3-BeautifulSoup4 python3-decorator" + python3-BeautifulSoup4 python3-decorator python3-jsonschema" short_desc="Spaced repetition flashcard program" maintainer="Steve Prybylski " license="AGPL-3.0-or-later"