diff options
author | Caterino Tommaso, T.O.P <alan_averNOsa@lavaSPAMbit.com (remove NO and SPAM)> | 2023-07-08 10:14:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:40:41 +0700 |
commit | 1feadfcbbbb0308d4c30c69dad3e7a28b597a621 (patch) | |
tree | d90318948c5d21fbbe8462decbe21b0ee3e9f1ba /desktop/anki | |
parent | d9ed3a04a9e21a73370500b98d3c06a724e654f4 (diff) |
desktop/anki: Updated for version 2.1.65.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/anki')
-rw-r--r-- | desktop/anki/anki.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/anki/anki.info | 12 |
2 files changed, 10 insertions, 9 deletions
diff --git a/desktop/anki/anki.SlackBuild b/desktop/anki/anki.SlackBuild index 9e6901508311e..83717cdfb76d8 100644 --- a/desktop/anki/anki.SlackBuild +++ b/desktop/anki/anki.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for anki # Written by Giuseppe Scalzi <giuseppe[at]osgate[dot]org> -# Updated for new Anki build scheme by Caterino Tommaso, T.O.P. (2022) +# Updated for new Anki build scheme by Caterino Tommaso, T.O.P. (2023) # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=anki -VERSION=${VERSION:-2.1.56} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.1.65} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -72,6 +72,7 @@ find $PKG/usr -not -name lib -not -name bin -mindepth 1 -maxdepth 1 \ find $PKG/usr/bin $PKG/usr/lib/python3.9/site-packages \ -mindepth 1 -maxdepth 1 \ + -not -name "_aqt*" \ -not -name "aqt*" \ -not -name "anki*" \ -execdir rm -rf '{}' \+ diff --git a/desktop/anki/anki.info b/desktop/anki/anki.info index 2842c79ccfd4b..4202aec682a0e 100644 --- a/desktop/anki/anki.info +++ b/desktop/anki/anki.info @@ -1,12 +1,12 @@ PRGNAM="anki" -VERSION="2.1.56" +VERSION="2.1.65" HOMEPAGE="https://apps.ankiweb.net/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://files.pythonhosted.org/packages/3e/ec/2128d36bda7b8fe1d0d6ad78faad4dbe0bfdda68bc008cc224dce935bb3b/anki-2.1.56-cp39-abi3-manylinux_2_28_x86_64.whl \ -https://files.pythonhosted.org/packages/2a/af/1a6f2d461f04bd965bd5e791448e1ca12cbb7cf96e7c92dacecb0373bd14/aqt-2.1.56-py3-none-any.whl" -MD5SUM_x86_64="ca1d21bfa6c65ac736d1759f3f5507e8 \ -7ba39940cf89c0d4c39e1dde1061f356" -REQUIRES="python3-PyQtWebEngine send2trash decorator python3-jsonschema BeautifulSoup4 Flask python3-waitress protobuf3" +DOWNLOAD_x86_64="https://files.pythonhosted.org/packages/41/c4/ba7dd8dce42ecc0f3831d0a77bad98091717dca985fb084ccbc22b5380e4/anki-2.1.65-cp39-abi3-manylinux_2_28_x86_64.whl \ +https://files.pythonhosted.org/packages/82/9e/f07a219db472d395645653aa85ddadb05e4e115aed6cb8687b07ab502d44/aqt-2.1.65-py3-none-any.whl" +MD5SUM_x86_64="46fc5cc296e05af2ad380d46e9c64bdd \ +cf8fd88b69f4619e06075ac9d67b0b70" +REQUIRES="python3-PyQtWebEngine send2trash decorator Markdown python3-jsonschema BeautifulSoup4 Flask python3-waitress protobuf3" MAINTAINER="Caterino Tommaso, T.O.P." EMAIL="alan_averNOsa@lavaSPAMbit.com (remove NO and SPAM)" |