summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorruniq2017-04-29 12:38:13 +0200
committerruniq2017-04-29 12:38:13 +0200
commit2946d71978b646612533c37541a354d519ee5f79 (patch)
tree2780724865f7173050c298b49f2b69bfec70cca6 /PKGBUILD
parent0a3857be1edb5f631aaae860b6911db81f1acc85 (diff)
downloadaur-2946d71978b646612533c37541a354d519ee5f79.tar.gz
Move icu48 to optdepends
Also clarify wording on mplayer optdepend.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e20fc547647..b2fd4a0640b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,15 +12,16 @@
pkgname=anki20-bin
_pkgname=anki
pkgver=2.0.45
-pkgrel=2
+pkgrel=3
pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
url="http://ankisrs.net/"
license=('AGPL3')
arch=('i686' 'x86_64')
provides=('anki20' 'anki')
conflicts=('anki20' 'anki' 'gstreamer0.10')
-depends=('expat' 'glib2' 'sqlite' 'openssl' 'icu48')
-optdepends=('mplayer: sound playing')
+depends=('expat' 'glib2' 'sqlite' 'openssl')
+optdepends=('mplayer: For playing audio/video on cards'
+ 'icu48: Enable additional UI languages')
source=("anki")
source_i686=("https://apps.ankiweb.net/downloads/current/${_pkgname}-${pkgver}-i386.tar.bz2")
source_x86_64=("https://apps.ankiweb.net/downloads/current/${_pkgname}-${pkgver}-amd64.tar.bz2")