summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexBocken2023-01-09 16:47:21 +0100
committerAlexBocken2023-01-09 16:47:21 +0100
commit49795d838202c0a68bb1fe48f75458720ce68dde (patch)
tree7568d35d247b1ffb5ed84596e07344e431945312
parent4ba427c72dd6c12ff3cd3cc472925a9443fe7c71 (diff)
downloadaur-49795d838202c0a68bb1fe48f75458720ce68dde.tar.gz
bump to 2.1.56
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b72bf7f74be0..e8548cffc97b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anki-qt5
pkgdesc = Helps you remember facts (like words/phrases in a foreign language) - Qt5 Build
- pkgver = 2.1.55
- pkgrel = 5
+ pkgver = 2.1.56
+ pkgrel = 1
url = https://apps.ankiweb.net/
arch = x86_64
license = AGPL3
@@ -36,9 +36,8 @@ pkgbase = anki-qt5
conflicts = anki-bin
conflicts = anki-git
conflicts = anki-official-binary-bundle
- options = !ccache
options = !lto
- source = anki-2.1.55::git+https://github.com/ankitects/anki#tag=2.1.55
+ source = anki-2.1.56::git+https://github.com/ankitects/anki#tag=2.1.56
source = no-update.patch
source = force_qt5.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d85927a6d175..0e4a5a737ece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,15 +8,15 @@
# Contributor: Dave Pretty <david dot pretty at gmail dot com>
pkgname=anki-qt5
-pkgver=2.1.55
-pkgrel=5
+pkgver=2.1.56
+pkgrel=1
pkgdesc="Helps you remember facts (like words/phrases in a foreign language) - Qt5 Build"
url="https://apps.ankiweb.net/"
license=('AGPL3')
arch=('x86_64')
provides=('anki')
conflicts=('anki' 'anki-bin' 'anki-git' 'anki-official-binary-bundle')
-options=('!ccache' '!lto')
+options=('!lto')
depends=(
# anki & aqt
'python-beautifulsoup4'