mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
anki: update to 2.0.52. (#510)
This commit is contained in:
parent
e57bfa8f94
commit
848f19376d
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'anki'
|
||||
pkgname=anki
|
||||
version=2.0.50
|
||||
version=2.0.52
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="python-PyQt4-webkit python-httplib2 python-SQLAlchemy"
|
||||
pycompile_dirs="/usr/share/anki/anki /usr/share/anki/aqt"
|
||||
short_desc="Spaced repetition flashcard program"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="AGPL-3"
|
||||
homepage="http://ankisrs.net"
|
||||
distfiles="http://ankisrs.net/downloads/current/${pkgname}-${version}-source.tgz"
|
||||
checksum=37b2c601762ea8bfc7b9fc3e3067b82b0ad48c27b58076f6fd636f52930b1816
|
||||
license="AGPL-3.0-or-later"
|
||||
homepage="https://apps.ankiweb.net"
|
||||
distfiles="https://apps.ankiweb.net/downloads/current/anki-${version}-source.tgz"
|
||||
checksum=d4d8c0dd473b512faa63e167d7bb89592530699d2365f1d3a737a733efeb5e7a
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/anki
|
||||
|
|
Loading…
Add table
Reference in a new issue