summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrafcube2022-04-25 15:27:33 +0530
committerGrafcube2022-04-25 15:27:33 +0530
commit224783b1f193fc484e9067cdf2923f6467017af0 (patch)
treec2e11b6a97742d57226f86656b10015afe924de8
parentd7083a5cc50748b6805e7474af46377946fe46cb (diff)
downloadaur-224783b1f193fc484e9067cdf2923f6467017af0.tar.gz
Upgrade to 2.1.51
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD8
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0915b78e9877..b85eadf96af4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anki-bin
pkgdesc = Helps you remember facts (like words/phrases in a foreign language) efficiently. Installed with wheel.
- pkgver = 2.1.50
- pkgrel = 2
+ pkgver = 2.1.51
+ pkgrel = 1
url = https://apps.ankiweb.net/
arch = x86_64
license = AGPL3
@@ -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.50
+ provides = anki=2.1.51
conflicts = anki
- noextract = anki-2.1.50-cp39-abi3-manylinux_2_28_x86_64.whl
- noextract = aqt-2.1.50-py3-none-any.whl
+ noextract = anki-2.1.51-cp39-abi3-manylinux_2_28_x86_64.whl
+ noextract = aqt-2.1.51-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.50-cp39-abi3-manylinux_2_28_x86_64.whl
- source = https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.50-py3-none-any.whl
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.50/qt/runanki.py
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.50/qt/bundle/lin/anki.desktop
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.50/qt/bundle/lin/anki.png
- sha256sums = 0f1dbcaf89a7584e6ebef848a7abad6f008f4be882d634bc245a0e2bddfc18c6
- sha256sums = 5b2d10e940dbc82c584bb9cb5657ad70a9bdfebb70bc82f4b1f90052184d6355
+ 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
sha256sums = 9648e7e915f51f08e05c48ef5f39b4015922fe1cf3d7f2895535ef10ef4507ae
sha256sums = 53db2e5bfeb00aa249667e09466a34bfacb17b61097875a8cdd93ee1a9380b9a
sha256sums = 97ad2134ef1a7686789c7becd8bd05dd8693cf0d3127951ca6ba7b29a80b402a
diff --git a/PKGBUILD b/PKGBUILD
index 263bb83889f6..37365f5f5ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ _aqt=aqt
_py=cp39
pkgname=anki-bin
-pkgver=2.1.50
-pkgrel=2
+pkgver=2.1.51
+pkgrel=1
pkgdesc='Helps you remember facts (like words/phrases in a foreign language) efficiently.
Installed with wheel.'
arch=('x86_64')
@@ -55,8 +55,8 @@ source=(
"https://raw.githubusercontent.com/ankitects/anki/$pkgver/qt/bundle/lin/anki.png"
)
noextract=("${source[@]##*/}")
-sha256sums=('0f1dbcaf89a7584e6ebef848a7abad6f008f4be882d634bc245a0e2bddfc18c6'
- '5b2d10e940dbc82c584bb9cb5657ad70a9bdfebb70bc82f4b1f90052184d6355'
+sha256sums=('6964373c702ca5f1bf0ce1eb39684ebd67156d45ce4cd0c164c5c89ff4e71936'
+ '0d071d802f419de2c49ff9b431330e9ce7f3999b6906c4f3edc1d2fbed83bdc8'
'9648e7e915f51f08e05c48ef5f39b4015922fe1cf3d7f2895535ef10ef4507ae'
'53db2e5bfeb00aa249667e09466a34bfacb17b61097875a8cdd93ee1a9380b9a'
'97ad2134ef1a7686789c7becd8bd05dd8693cf0d3127951ca6ba7b29a80b402a')