summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorescape07072023-01-10 11:24:18 +0900
committerescape07072023-01-10 11:24:18 +0900
commit43c545b470f5763b4beeeeeb0ca1c157c0ddde12 (patch)
tree8e4ac4075d20369810548d299a3d0c7646eddb1a
parentc2d56219cc693195b6badfecb1cb286c45768d08 (diff)
downloadaur-43c545b470f5763b4beeeeeb0ca1c157c0ddde12.tar.gz
Update to 2.1.56 and apply workaround for python-certifi requirement
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD9
2 files changed, 18 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f08eeafa42f..1fdc18501736 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.55
+ pkgver = 2.1.56
pkgrel = 1
url = https://apps.ankiweb.net/
arch = x86_64
@@ -21,23 +21,24 @@ pkgbase = anki-bin
depends = python-orjson
depends = python-protobuf
depends = python-pysocks
+ depends = python-certifi
optdepends = lame: record sound
optdepends = mpv: play sound. prefered over mplayer
optdepends = mplayer: play sound
- provides = anki=2.1.55
+ provides = anki=2.1.56
conflicts = anki
- noextract = anki-2.1.55-cp39-abi3-manylinux_2_28_x86_64.whl
- noextract = aqt-2.1.55-py3-none-any.whl
+ noextract = anki-2.1.56-cp39-abi3-manylinux_2_28_x86_64.whl
+ noextract = aqt-2.1.56-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.55-cp39-abi3-manylinux_2_28_x86_64.whl
- source = https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.55-py3-none-any.whl
- source = runanki-2.1.55.py::https://raw.githubusercontent.com/ankitects/anki/2.1.55/qt/runanki.py
- source = anki-2.1.55.desktop::https://raw.githubusercontent.com/ankitects/anki/2.1.55/qt/bundle/lin/anki.desktop
- source = anki-2.1.55.png::https://raw.githubusercontent.com/ankitects/anki/2.1.55/qt/bundle/lin/anki.png
- sha256sums = 9997f93aa1819a881ab905841a178d264ce4d47f75e3a1849113fc65de87fd5b
- sha256sums = a029d770283137ed517a1a63b13b418e4a5c299eb3e297fd714712c26d6467ab
+ source = https://files.pythonhosted.org/packages/cp39/a/anki/anki-2.1.56-cp39-abi3-manylinux_2_28_x86_64.whl
+ source = https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.56-py3-none-any.whl
+ source = runanki-2.1.56.py::https://raw.githubusercontent.com/ankitects/anki/2.1.56/qt/runanki.py
+ source = anki-2.1.56.desktop::https://raw.githubusercontent.com/ankitects/anki/2.1.56/qt/bundle/lin/anki.desktop
+ source = anki-2.1.56.png::https://raw.githubusercontent.com/ankitects/anki/2.1.56/qt/bundle/lin/anki.png
+ sha256sums = 6bfe483611e99d471e1ba44d25b02668836d70d5eaca2837ef6d9f10ca449cc2
+ sha256sums = 0bf9d7bfedea4c9b566439c4526e88213596644d017407f9de391dd7de3fabf1
sha256sums = 9648e7e915f51f08e05c48ef5f39b4015922fe1cf3d7f2895535ef10ef4507ae
sha256sums = 53db2e5bfeb00aa249667e09466a34bfacb17b61097875a8cdd93ee1a9380b9a
sha256sums = 97ad2134ef1a7686789c7becd8bd05dd8693cf0d3127951ca6ba7b29a80b402a
diff --git a/PKGBUILD b/PKGBUILD
index 40e8eb6f41bb..92f83cb3f020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _aqt=aqt
_py=cp39
pkgname=anki-bin
-pkgver=2.1.55
+pkgver=2.1.56
pkgrel=1
pkgdesc='Helps you remember facts (like words/phrases in a foreign language) efficiently.
Installed with wheel.'
@@ -36,6 +36,9 @@ depends=(
# requests
'python-pysocks'
+
+ # workaround
+ 'python-certifi'
)
makedepends=(
'python-installer'
@@ -58,8 +61,8 @@ source=(
)
noextract=("${source[@]##*/}")
sha256sums=(
- '9997f93aa1819a881ab905841a178d264ce4d47f75e3a1849113fc65de87fd5b'
- 'a029d770283137ed517a1a63b13b418e4a5c299eb3e297fd714712c26d6467ab'
+ '6bfe483611e99d471e1ba44d25b02668836d70d5eaca2837ef6d9f10ca449cc2'
+ '0bf9d7bfedea4c9b566439c4526e88213596644d017407f9de391dd7de3fabf1'
'9648e7e915f51f08e05c48ef5f39b4015922fe1cf3d7f2895535ef10ef4507ae'
'53db2e5bfeb00aa249667e09466a34bfacb17b61097875a8cdd93ee1a9380b9a'
'97ad2134ef1a7686789c7becd8bd05dd8693cf0d3127951ca6ba7b29a80b402a'