summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmls2017-04-28 11:47:46 +0200
committersmls2017-04-28 11:47:46 +0200
commit0e58195eebfd138c70a814da8b9c4abd05fdb4c0 (patch)
tree9b611afc8439c7eb44477078e04f4859b4b0c8ca
parente4dfdeda3a1ea7027cf0360f68f69f9e6c583c16 (diff)
downloadaur-0e58195eebfd138c70a814da8b9c4abd05fdb4c0.tar.gz
add python-cheroot to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf1f5eca0a0a..7476e772de9f 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.1
- pkgrel = 3
+ pkgrel = 4
url = http://www.mnemosyne-proj.org
install = mnemosyne.install
arch = i686
@@ -16,6 +16,7 @@ pkgbase = mnemosyne
depends = python-webob
optdepends = texlive-core: support for mathematical formulae in cards
optdepends = ttf-ms-fonts: support for non-latin labels on statistic plots
+ optdepends = python-cheroot: support for starting a sync server
conflicts = mnemosyne-bzr
source = http://downloads.sourceforge.net/mnemosyne-proj/Mnemosyne-2.4.1.tar.gz
md5sums = 6282a92604e4082b75312e72fc1ae297
diff --git a/PKGBUILD b/PKGBUILD
index e0ccbe4c9c08..76bd741a4df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mnemosyne
pkgver=2.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="A flash-card tool with a sophisticated card review algorithm"
arch=('i686' 'x86_64')
url='http://www.mnemosyne-proj.org'
@@ -12,7 +12,8 @@ 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')
+ 'ttf-ms-fonts: support for non-latin labels on statistic plots'
+ 'python-cheroot: support for starting a sync server')
conflicts=('mnemosyne-bzr')
install='mnemosyne.install'