anki: update to 2.0.50.
Add vlicense to appease xlint Closes #14428. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
c1185648f8
commit
fd0c6ee2b6
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'anki'
|
||||
pkgname=anki
|
||||
version=2.0.47
|
||||
version=2.0.50
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="python-PyQt4-webkit python-httplib2 python-SQLAlchemy"
|
||||
|
@ -10,7 +10,7 @@ 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=fbb5356d642a94a2cb2fb7f949e6db7c8acbe322f38a18c0603ff88f5bd4eb18
|
||||
checksum=37b2c601762ea8bfc7b9fc3e3067b82b0ad48c27b58076f6fd636f52930b1816
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/anki
|
||||
|
@ -31,4 +31,6 @@ do_install() {
|
|||
vinstall anki.desktop 644 usr/share/applications
|
||||
vbin runanki anki
|
||||
vman anki.1
|
||||
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue