anki: add missing pycompile_version
This commit is contained in:
parent
08408ed943
commit
e22b8204bb
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'anki'
|
# Template file for 'anki'
|
||||||
pkgname=anki
|
pkgname=anki
|
||||||
version=2.1.4
|
version=2.1.4
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
pycompile_version="${py3_ver}"
|
||||||
pycompile_dirs="/usr/share/anki/anki /usr/share/anki/aqt"
|
pycompile_dirs="/usr/share/anki/anki /usr/share/anki/aqt"
|
||||||
depends="python3-PyQt5-webengine python3-requests python3-SQLAlchemy
|
depends="python3-PyQt5-webengine python3-requests python3-SQLAlchemy
|
||||||
python3-PyAudio python3-mpv python3-Markdown python3-send2trash
|
python3-PyAudio python3-mpv python3-Markdown python3-send2trash
|
||||||
|
|
Loading…
Reference in a new issue