Date: Saturday, November 7, 2020 @ 17:44:19
  Author: demize
Revision: 745905

Forgot to add python-flask-cors dependency

Modified:
  anki/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-11-07 17:42:06 UTC (rev 745904)
+++ PKGBUILD    2020-11-07 17:44:19 UTC (rev 745905)
@@ -10,7 +10,7 @@
 
 pkgname=anki
 pkgver=2.1.35
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="https://ankisrs.net/";
@@ -37,7 +37,7 @@
        'python-pyaudio'
        'python-pyqtwebengine'
        'python-flask'
-       # python-flask_cors unpackaged
+       'python-flask-cors'
        'python-waitress'
        'python-pyqt5'
 )

Reply via email to