summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaoyu Tseng2019-06-06 05:46:15 +0800
committerShaoyu Tseng2019-06-06 05:46:15 +0800
commit3f2c554163e9cc9570833c513b6088250dccb1d2 (patch)
tree36b24058dd9d3109e01bbdbbf762d1abb06fe155
parentfcbf8204bd60353e3e7cafb62b721c604e34f3d8 (diff)
downloadaur-3f2c554163e9cc9570833c513b6088250dccb1d2.tar.gz
add python-pyqtwebengine as dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de6d919d0bd7..a9508eb896f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = anki-git
depends = python-requests
depends = python-send2trash
depends = qt5-webengine
+ depends = python-pyqtwebengine
optdepends = mplayer: sound playing
provides = anki
conflicts = anki
diff --git a/PKGBUILD b/PKGBUILD
index e281f0fd0004..88054fb7885b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,9 @@ license=('AGPL3')
arch=('any')
provides=('anki')
conflicts=('anki' 'anki20')
-depends=('python-pyqt5' 'python-beautifulsoup4' 'python-httplib2' 'python-pyaudio' 'python-requests' 'python-send2trash' 'qt5-webengine')
+depends=('python-pyqt5' 'python-beautifulsoup4' 'python-httplib2'
+ 'python-pyaudio' 'python-requests' 'python-send2trash' 'qt5-webengine'
+ 'python-pyqtwebengine')
optdepends=('mplayer: sound playing')
source=("${pkgname}::git+https://github.com/dae/anki.git")
sha512sums=('SKIP')