summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrafcube2022-05-17 12:58:12 +0530
committerGrafcube2022-05-17 12:58:12 +0530
commitea0c104e7b5c96d62cfff031831c729fb8048bda (patch)
treed2482867c29d970ae82a2af38323e147dce6f383
parent224783b1f193fc484e9067cdf2923f6467017af0 (diff)
downloadaur-ea0c104e7b5c96d62cfff031831c729fb8048bda.tar.gz
Update to 2.1.52
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD6
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b85eadf96af4..1ae63c112b87 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.51
+ pkgver = 2.1.52
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.51
+ provides = anki=2.1.52
conflicts = anki
- noextract = anki-2.1.51-cp39-abi3-manylinux_2_28_x86_64.whl
- noextract = aqt-2.1.51-py3-none-any.whl
+ noextract = anki-2.1.52-cp39-abi3-manylinux_2_28_x86_64.whl
+ noextract = aqt-2.1.52-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.51-cp39-abi3-manylinux_2_28_x86_64.whl
- source = https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.51-py3-none-any.whl
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.51/qt/runanki.py
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.51/qt/bundle/lin/anki.desktop
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.51/qt/bundle/lin/anki.png
- sha256sums = 6964373c702ca5f1bf0ce1eb39684ebd67156d45ce4cd0c164c5c89ff4e71936
- sha256sums = 0d071d802f419de2c49ff9b431330e9ce7f3999b6906c4f3edc1d2fbed83bdc8
+ 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
sha256sums = 9648e7e915f51f08e05c48ef5f39b4015922fe1cf3d7f2895535ef10ef4507ae
sha256sums = 53db2e5bfeb00aa249667e09466a34bfacb17b61097875a8cdd93ee1a9380b9a
sha256sums = 97ad2134ef1a7686789c7becd8bd05dd8693cf0d3127951ca6ba7b29a80b402a
diff --git a/PKGBUILD b/PKGBUILD
index 37365f5f5ddd..d6513610fd78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _aqt=aqt
_py=cp39
pkgname=anki-bin
-pkgver=2.1.51
+pkgver=2.1.52
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=('6964373c702ca5f1bf0ce1eb39684ebd67156d45ce4cd0c164c5c89ff4e71936'
- '0d071d802f419de2c49ff9b431330e9ce7f3999b6906c4f3edc1d2fbed83bdc8'
+sha256sums=('c77bb9b58d199f76b009db49b93e0a7ace498e0c1653f21c2b291c349ffd2323'
+ '938e32b0f0fad8bc888ba331774edb075c8fb60002adaef6d62cdd61a5daf172'
'9648e7e915f51f08e05c48ef5f39b4015922fe1cf3d7f2895535ef10ef4507ae'
'53db2e5bfeb00aa249667e09466a34bfacb17b61097875a8cdd93ee1a9380b9a'
'97ad2134ef1a7686789c7becd8bd05dd8693cf0d3127951ca6ba7b29a80b402a')