summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmls2016-12-16 13:16:39 +0100
committersmls2016-12-16 13:16:39 +0100
commit634870f7c6f56ebbf0ebfc00b4f77153089ef00d (patch)
treee23230b0975e73b7b3c0c08811d25c9ee78fcdd0
parentced5a28bb3a213b42fc38303045ed1b7ee04248b (diff)
downloadaur-634870f7c6f56ebbf0ebfc00b4f77153089ef00d.tar.gz
add dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81c0d41c6da6..9e50dcd6608e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mnemosyne
pkgdesc = A flash-card tool with a sophisticated card review algorithm
pkgver = 2.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.mnemosyne-proj.org
install = mnemosyne.install
arch = i686
@@ -12,6 +12,7 @@ pkgbase = mnemosyne
depends = python-matplotlib
depends = python-cherrypy
depends = python-webob
+ depends = qt5-webengine
optdepends = texlive-core: support for mathematical formulae in cards
optdepends = ttf-ms-fonts: support for non-latin labels on statistic plots
conflicts = mnemosyne-bzr
diff --git a/PKGBUILD b/PKGBUILD
index c5dc8168223c..d46b9e4096ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=mnemosyne
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc="A flash-card tool with a sophisticated card review algorithm"
arch=('i686' 'x86_64')
url='http://www.mnemosyne-proj.org'
license=('GPL')
-depends=('python-pyqt5' 'python-matplotlib' 'python-cherrypy' 'python-webob')
+depends=('python-pyqt5' 'python-matplotlib' 'python-cherrypy' 'python-webob'
+ 'qt5-webengine')
makedepends=('python-setuptools')
optdepends=('texlive-core: support for mathematical formulae in cards'
'ttf-ms-fonts: support for non-latin labels on statistic plots')