summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrafcube2021-10-26 10:02:13 +0530
committerGrafcube2021-10-26 10:02:13 +0530
commitdcdc750c1a622c7205ac8bacb4957fb26d610350 (patch)
tree0c2bd133740149b676b8b18d807b935bab77b09f
parent17eb2731cc1ede5dd2c1c1be3aa06dbad8f353d3 (diff)
downloadaur-dcdc750c1a622c7205ac8bacb4957fb26d610350.tar.gz
Upgrade to 2.1.49
-rw-r--r--.SRCINFO22
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD8
3 files changed, 20 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e782f8024b8..c232979c877a 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.48
+ pkgver = 2.1.49
pkgrel = 3
url = https://apps.ankiweb.net/
arch = x86_64
@@ -25,20 +25,20 @@ pkgbase = anki-bin
optdepends = lame: record sound
optdepends = mpv: play sound. prefered over mplayer
optdepends = mplayer: play sound
- provides = anki=2.1.48
+ provides = anki=2.1.49
conflicts = anki
- noextract = anki-2.1.48-cp38-abi3-manylinux2014_x86_64.whl
- noextract = aqt-2.1.48-py3-none-any.whl
+ noextract = anki-2.1.49-cp38-abi3-manylinux2014_x86_64.whl
+ noextract = aqt-2.1.49-py3-none-any.whl
noextract = runanki.py
noextract = anki.desktop
noextract = anki.png
- source = https://files.pythonhosted.org/packages/cp38/a/anki/anki-2.1.48-cp38-abi3-manylinux2014_x86_64.whl
- source = https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.48-py3-none-any.whl
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.48/qt/runanki.py
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.48/qt/linux/anki.desktop
- source = https://raw.githubusercontent.com/ankitects/anki/2.1.48/qt/linux/anki.png
- sha256sums = 7611846cc73eceda888f342e5b6f70fb3dc651505095b6a2de42001b5b2c6d93
- sha256sums = f6171546bd09097a428acc9e50a878ccfca9176eafa09bb628a8407aa227af75
+ source = https://files.pythonhosted.org/packages/cp38/a/anki/anki-2.1.49-cp38-abi3-manylinux2014_x86_64.whl
+ source = https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.49-py3-none-any.whl
+ source = https://raw.githubusercontent.com/ankitects/anki/2.1.49/qt/runanki.py
+ source = https://raw.githubusercontent.com/ankitects/anki/2.1.49/qt/linux/anki.desktop
+ source = https://raw.githubusercontent.com/ankitects/anki/2.1.49/qt/linux/anki.png
+ sha256sums = 746c9807d5f2f87503eb993b28b660fd8e0bc70b969796855dbd48bdaa995af4
+ sha256sums = e9aee6a19ab4f4cf7142f4ccf776a34245013d2800d873177854b0ec5dfb2411
sha256sums = 520225521a013546c521c2c8d60db3d03d7fceb6126fa61b8a70e1d2c398e4a4
sha256sums = 5121f5877cd6fe15e262317eb2ac08a01f7039e3fd5d85e3193b4b0ff7974e13
sha256sums = 97ad2134ef1a7686789c7becd8bd05dd8693cf0d3127951ca6ba7b29a80b402a
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0f4c8aaf19bc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 47ca62b01546..8f642e37af48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ _aqt=aqt
_py=cp38
pkgname=anki-bin
-pkgver=2.1.48
-pkgrel=3
+pkgver=2.1.49
+pkgrel=1
pkgdesc='Helps you remember facts (like words/phrases in a foreign language) efficiently.
Installed with wheel.'
arch=('x86_64')
@@ -56,8 +56,8 @@ source=(
"https://raw.githubusercontent.com/ankitects/anki/$pkgver/qt/linux/anki.png"
)
noextract=("${source[@]##*/}")
-sha256sums=('7611846cc73eceda888f342e5b6f70fb3dc651505095b6a2de42001b5b2c6d93'
- 'f6171546bd09097a428acc9e50a878ccfca9176eafa09bb628a8407aa227af75'
+sha256sums=('746c9807d5f2f87503eb993b28b660fd8e0bc70b969796855dbd48bdaa995af4'
+ 'e9aee6a19ab4f4cf7142f4ccf776a34245013d2800d873177854b0ec5dfb2411'
'520225521a013546c521c2c8d60db3d03d7fceb6126fa61b8a70e1d2c398e4a4'
'5121f5877cd6fe15e262317eb2ac08a01f7039e3fd5d85e3193b4b0ff7974e13'
'97ad2134ef1a7686789c7becd8bd05dd8693cf0d3127951ca6ba7b29a80b402a')