Date: Sunday, February 10, 2019 @ 19:50:32 Author: demize Revision: 431661
Add new dep for pyqtwebengine split Modified: anki/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-10 19:50:09 UTC (rev 431660) +++ PKGBUILD 2019-02-10 19:50:32 UTC (rev 431661) @@ -6,7 +6,7 @@ pkgname=anki pkgver=2.1.8 -pkgrel=1 +pkgrel=2 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently" url="https://ankisrs.net/" @@ -14,7 +14,7 @@ license=('AGPL3') depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio' - 'python-pyqt5' 'python-requests' 'python-send2trash' + 'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 'python-send2trash' 'python-decorator' 'python-markdown' 'desktop-file-utils') optdepends=('lame: record sound'
