Skip to content

Commit

Permalink
games/anki: Update to 23.10
Browse files Browse the repository at this point in the history
* Upstream changed the version numbering scheme to year.month(.patch).

Changelog:

https://github.com/ankitects/anki/releases/tag/23.10

MFH:		No (feature release)
  • Loading branch information
knobix committed Nov 3, 2023
1 parent 0cc58ed commit 76c3413
Show file tree
Hide file tree
Showing 7 changed files with 759 additions and 665 deletions.
9 changes: 4 additions & 5 deletions games/anki/Makefile
@@ -1,6 +1,5 @@
PORTNAME= anki
DISTVERSION= 2.1.66
PORTREVISION= 2
DISTVERSION= 23.10
# Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes
CATEGORIES= games education python
MASTER_SITES= LOCAL/kai/:yarncache
Expand Down Expand Up @@ -45,8 +44,8 @@ USES= cargo desktop-file-utils ninja nodejs:build pyqt:6 python:3.9+ \
USE_GITHUB= yes
GH_ACCOUNT= ankitects
# Translation files
GH_TUPLE= ankitects:anki-core-i18n:7123006:ftlrslib \
ankitects:anki-desktop-ftl:75af3ed:ftlextra
GH_TUPLE= ankitects:anki-core-i18n:8dfb51e:ftlrslib \
ankitects:anki-desktop-ftl:82a545c:ftlextra

USE_PYQT= pyqt6 sip:build webengine

Expand Down Expand Up @@ -89,7 +88,7 @@ MPV_RUN_DEPENDS= mpv:multimedia/mpv
# Should contain the most recent commit that reflects ${DISTVERSION} and must
# be exactly 8 digits otherwise the check for newer versions won't work as
# expected.
_MY_BUILDHASH= 70506aeb
_MY_BUILDHASH= 51a10f09
# Remove ${CARGO_BUILD_TARGET} from ${CARGO_ENV} to avoid problems with
# hardcoded paths as the "runner" build system expects its components
# in ${WRKSRC}/out/rust/debug
Expand Down

0 comments on commit 76c3413

Please sign in to comment.