mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
anki update to 2.0.20
This commit is contained in:
parent
7789a6acb1
commit
498c8a029e
@ -1,7 +1,7 @@
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||
|
||||
pkgname=anki
|
||||
pkgver=2.0.18
|
||||
pkgver=2.0.20
|
||||
pkgrel=1
|
||||
pkgdesc='Helps you remember facts (like words/phrases in a foreign language) efficiently.'
|
||||
url='http://ankisrs.net/'
|
||||
@ -10,12 +10,12 @@ arch=('x86_64')
|
||||
categories=('utils')
|
||||
screenshot=("http://ankisrs.net/shots/sync.png")
|
||||
install='anki.install'
|
||||
depends=('python2-beautifulsoup' 'pyqt4-python2' 'python-pysqlite' 'python2-simplejson' 'python2-sqlalchemy')
|
||||
optdepends=('python-matplotlib: show graphs.'
|
||||
depends=('python2-beautifulsoup' 'python2-pyqt4' 'python-pysqlite' 'python2-simplejson' 'python2-sqlalchemy')
|
||||
optdepends=('python2-matplotlib: show graphs.'
|
||||
'sox: audio recording.'
|
||||
'pyaudio: audio recording.')
|
||||
'python2-pyaudio: audio recording.')
|
||||
source=("http://ankisrs.net/download/mirror/$pkgname-$pkgver.tgz")
|
||||
md5sums=('838f74ac0f1456fcc1fe17ef116b3019')
|
||||
md5sums=('15634935901ba98f4c5a594924b0b76e')
|
||||
|
||||
build() {
|
||||
cd $srcdir/anki-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user