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