summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrafcube2022-05-28 14:26:49 +0530
committerGrafcube2022-05-28 14:26:49 +0530
commit5252381021b6ed7e863b5016c532b00ceb7e85a9 (patch)
tree258dc52e884259885ffe82174dcaac701200605e
parentea0c104e7b5c96d62cfff031831c729fb8048bda (diff)
downloadaur-5252381021b6ed7e863b5016c532b00ceb7e85a9.tar.gz
Upgrade to 2.1.53
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD6
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ae63c112b87..7cc810f6d1f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = anki-bin
pkgdesc = Helps you remember facts (like words/phrases in a foreign language) efficiently. Installed with wheel.
- pkgver = 2.1.52
+ pkgver = 2.1.53
pkgrel = 1
url = https://apps.ankiweb.net/
arch = x86_64
@@ -24,20 +24,20 @@ pkgbase = anki-bin
optdepends = lame: record sound
optdepends = mpv: play sound. prefered over mplayer
optdepends = mplayer: play sound
- provides = anki=2.1.52
+ provides = anki=2.1.53
conflicts = anki
- noextract = anki-2.1.52-cp39-abi3-manylinux_2_28_x86_64.whl
- noextract = aqt-2.1.52-py3-none-any.whl
+ noextract = anki-2.1.53-cp39-abi3-manylinux_2_28_x86_64.whl
+ noextract = aqt-2.1.53-py3-none-any.whl
noextract = runanki.py
noextract = anki.desktop
noextract = anki.png
- source = https://files.pythonhosted.org/packages/cp39/a/anki/anki-2.1.52-cp39-abi3-manylinux_2_28_x86_64.whl
- source = https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.52-py3-none-any.whl
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.52/qt/runanki.py
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.52/qt/bundle/lin/anki.desktop
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.52/qt/bundle/lin/anki.png
- sha256sums = c77bb9b58d199f76b009db49b93e0a7ace498e0c1653f21c2b291c349ffd2323
- sha256sums = 938e32b0f0fad8bc888ba331774edb075c8fb60002adaef6d62cdd61a5daf172
+ source = https://files.pythonhosted.org/packages/cp39/a/anki/anki-2.1.53-cp39-abi3-manylinux_2_28_x86_64.whl
+ source = https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.53-py3-none-any.whl
+ source = https://raw.githubusercontent.com/ankitects/anki/2.1.53/qt/runanki.py
+ source = https://raw.githubusercontent.com/ankitects/anki/2.1.53/qt/bundle/lin/anki.desktop
+ source = https://raw.githubusercontent.com/ankitects/anki/2.1.53/qt/bundle/lin/anki.png
+ sha256sums = 54f1b28b0c7f83bab0a009255741e9ec02ccfaf19c6a99e5ed50c5a91eb3caf4
+ sha256sums = d12c1b29a6c6c024a99472e8501718c8ab3046eddc98e4e02b8b0eb0afea5c53
sha256sums = 9648e7e915f51f08e05c48ef5f39b4015922fe1cf3d7f2895535ef10ef4507ae
sha256sums = 53db2e5bfeb00aa249667e09466a34bfacb17b61097875a8cdd93ee1a9380b9a
sha256sums = 97ad2134ef1a7686789c7becd8bd05dd8693cf0d3127951ca6ba7b29a80b402a
diff --git a/PKGBUILD b/PKGBUILD
index d6513610fd78..f78da6e38fb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _aqt=aqt
_py=cp39
pkgname=anki-bin
-pkgver=2.1.52
+pkgver=2.1.53
pkgrel=1
pkgdesc='Helps you remember facts (like words/phrases in a foreign language) efficiently.
Installed with wheel.'
@@ -55,8 +55,8 @@ source=(
"https://raw.githubusercontent.com/ankitects/anki/$pkgver/qt/bundle/lin/anki.png"
)
noextract=("${source[@]##*/}")
-sha256sums=('c77bb9b58d199f76b009db49b93e0a7ace498e0c1653f21c2b291c349ffd2323'
- '938e32b0f0fad8bc888ba331774edb075c8fb60002adaef6d62cdd61a5daf172'
+sha256sums=('54f1b28b0c7f83bab0a009255741e9ec02ccfaf19c6a99e5ed50c5a91eb3caf4'
+ 'd12c1b29a6c6c024a99472e8501718c8ab3046eddc98e4e02b8b0eb0afea5c53'
'9648e7e915f51f08e05c48ef5f39b4015922fe1cf3d7f2895535ef10ef4507ae'
'53db2e5bfeb00aa249667e09466a34bfacb17b61097875a8cdd93ee1a9380b9a'
'97ad2134ef1a7686789c7becd8bd05dd8693cf0d3127951ca6ba7b29a80b402a')