summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorescape07072024-04-04 11:43:59 +0900
committerescape07072024-04-04 11:43:59 +0900
commit2c943390fe6171386954a7973d3b25b0d9d15078 (patch)
tree74398f5aaa50cb0ea3ffb9507dea00b1e7ed9175
parent5393aabae4a47b703aca4b062337bf22e940c5a6 (diff)
downloadaur-2c943390fe6171386954a7973d3b25b0d9d15078.tar.gz
Update to 24.04 and add 'python-pip-system-certs' as dependency
-rw-r--r--.SRCINFO29
-rw-r--r--PKGBUILD8
2 files changed, 20 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3655f08d4908..b946f04238b0 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 = 23.12.1
+ pkgver = 24.04
pkgrel = 1
url = https://apps.ankiweb.net/
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = anki-bin
depends = python-flask
depends = python-flask-cors
depends = python-jsonschema
+ depends = python-pip-system-certs
depends = python-pyqt6
depends = python-pyqt6-webengine
depends = python-send2trash
@@ -25,26 +26,26 @@ pkgbase = anki-bin
optdepends = lame: record sound
optdepends = mpv: play sound. prefered over mplayer
optdepends = mplayer: play sound
- provides = anki=23.12.1
+ provides = anki=24.04
conflicts = anki
- noextract = anki-23.12.1-cp39-abi3-manylinux_2_28_x86_64.whl
- noextract = aqt-23.12.1-py3-none-any.whl
+ noextract = anki-24.04-cp39-abi3-manylinux_2_28_x86_64.whl
+ noextract = aqt-24.04-py3-none-any.whl
noextract = runanki.py
noextract = anki.1
noextract = anki.desktop
noextract = anki.png
noextract = anki.xml
noextract = anki.xpm
- source = https://files.pythonhosted.org/packages/cp39/a/anki/anki-23.12.1-cp39-abi3-manylinux_2_28_x86_64.whl
- source = https://files.pythonhosted.org/packages/py3/a/aqt/aqt-23.12.1-py3-none-any.whl
- source = runanki-23.12.1.py::https://raw.githubusercontent.com/ankitects/anki/23.12.1/qt/runanki.py
- source = anki-23.12.1.1::https://raw.githubusercontent.com/ankitects/anki/23.12.1/qt/bundle/lin/anki.1
- source = anki-23.12.1.desktop::https://raw.githubusercontent.com/ankitects/anki/23.12.1/qt/bundle/lin/anki.desktop
- source = anki-23.12.1.png::https://raw.githubusercontent.com/ankitects/anki/23.12.1/qt/bundle/lin/anki.png
- source = anki-23.12.1.xml::https://raw.githubusercontent.com/ankitects/anki/23.12.1/qt/bundle/lin/anki.xml
- source = anki-23.12.1.xpm::https://raw.githubusercontent.com/ankitects/anki/23.12.1/qt/bundle/lin/anki.xpm
- sha256sums = d9676c1595c28d335ef5dc1e60e5eb624f4f1e948a5344dde43374bfd8a98b29
- sha256sums = 2e961cf3ba133b45bca3361c5757dd6c9ed719b642b821b5b1986c28e9bbfaeb
+ source = https://files.pythonhosted.org/packages/cp39/a/anki/anki-24.04-cp39-abi3-manylinux_2_28_x86_64.whl
+ source = https://files.pythonhosted.org/packages/py3/a/aqt/aqt-24.04-py3-none-any.whl
+ source = runanki-24.04.py::https://raw.githubusercontent.com/ankitects/anki/24.04/qt/runanki.py
+ source = anki-24.04.1::https://raw.githubusercontent.com/ankitects/anki/24.04/qt/bundle/lin/anki.1
+ source = anki-24.04.desktop::https://raw.githubusercontent.com/ankitects/anki/24.04/qt/bundle/lin/anki.desktop
+ source = anki-24.04.png::https://raw.githubusercontent.com/ankitects/anki/24.04/qt/bundle/lin/anki.png
+ source = anki-24.04.xml::https://raw.githubusercontent.com/ankitects/anki/24.04/qt/bundle/lin/anki.xml
+ source = anki-24.04.xpm::https://raw.githubusercontent.com/ankitects/anki/24.04/qt/bundle/lin/anki.xpm
+ sha256sums = cfc89e1608c9817f1f3fea156e64a7e8824dbf88e7dabc7d49c5f1ff63d8361c
+ sha256sums = db1f77a93b134fd516ba5524927b6de86cab2207a9be09fe50efe0bf77eac602
sha256sums = 9648e7e915f51f08e05c48ef5f39b4015922fe1cf3d7f2895535ef10ef4507ae
sha256sums = 8b9fec8fdf2897b4722f8cee169e9fb1e46cee90d3fb03ee12587e30c2f5dad7
sha256sums = 53db2e5bfeb00aa249667e09466a34bfacb17b61097875a8cdd93ee1a9380b9a
diff --git a/PKGBUILD b/PKGBUILD
index f2cf8d8aae4e..23d15a255c8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _aqt=aqt
_py=cp39
pkgname=anki-bin
-pkgver=23.12.1
+pkgver=24.04
pkgrel=1
pkgdesc='Helps you remember facts (like words/phrases in a foreign language) efficiently.
Installed with wheel.'
@@ -22,6 +22,7 @@ depends=(
'python-flask'
'python-flask-cors'
'python-jsonschema'
+ 'python-pip-system-certs'
'python-pyqt6'
'python-pyqt6-webengine'
'python-send2trash'
@@ -34,6 +35,7 @@ depends=(
'python-orjson'
'python-protobuf'
+
# requests
'python-pysocks'
@@ -63,8 +65,8 @@ source=(
"anki-$pkgver.xpm::https://raw.githubusercontent.com/ankitects/anki/$pkgver/qt/bundle/lin/anki.xpm"
)
noextract=("${source[@]##*/}")
-sha256sums=('d9676c1595c28d335ef5dc1e60e5eb624f4f1e948a5344dde43374bfd8a98b29'
- '2e961cf3ba133b45bca3361c5757dd6c9ed719b642b821b5b1986c28e9bbfaeb'
+sha256sums=('cfc89e1608c9817f1f3fea156e64a7e8824dbf88e7dabc7d49c5f1ff63d8361c'
+ 'db1f77a93b134fd516ba5524927b6de86cab2207a9be09fe50efe0bf77eac602'
'9648e7e915f51f08e05c48ef5f39b4015922fe1cf3d7f2895535ef10ef4507ae'
'8b9fec8fdf2897b4722f8cee169e9fb1e46cee90d3fb03ee12587e30c2f5dad7'
'53db2e5bfeb00aa249667e09466a34bfacb17b61097875a8cdd93ee1a9380b9a'