summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmls2016-12-21 01:46:22 +0100
committersmls2016-12-21 01:46:22 +0100
commitab5b147d07d562363780ee3281119c3e14b82eb4 (patch)
treeeaf454342ef3af38c3efdf4f64a6281fb4bb2f02
parent634870f7c6f56ebbf0ebfc00b4f77153089ef00d (diff)
downloadaur-ab5b147d07d562363780ee3281119c3e14b82eb4.tar.gz
add dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e50dcd6608e..d289f2859781 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 = 2
+ pkgrel = 3
url = http://www.mnemosyne-proj.org
install = mnemosyne.install
arch = i686
@@ -9,10 +9,11 @@ pkgbase = mnemosyne
license = GPL
makedepends = python-setuptools
depends = python-pyqt5
+ depends = qt5-webengine
+ depends = python-pillow
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 d46b9e4096ca..fa0407756c49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=mnemosyne
pkgver=2.4
-pkgrel=2
+pkgrel=3
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'
- 'qt5-webengine')
+depends=('python-pyqt5' 'qt5-webengine'
+ 'python-pillow' 'python-matplotlib' 'python-cherrypy' 'python-webob')
makedepends=('python-setuptools')
optdepends=('texlive-core: support for mathematical formulae in cards'
'ttf-ms-fonts: support for non-latin labels on statistic plots')