summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexBocken2023-01-09 16:44:17 +0100
committerAlexBocken2023-01-09 16:44:17 +0100
commitacc11d09e0660c118468219564f6ae90dcd39b2a (patch)
tree5a03e0cec9fb6a16ee09ef68d97e852976987a1e
parent741141c1124289edf23aafb118ece4fbfdb63ce5 (diff)
downloadaur-acc11d09e0660c118468219564f6ae90dcd39b2a.tar.gz
bump to 2.1.56
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 437bcf48d2d0..6b99bdfdd02b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = anki
pkgdesc = Helps you remember facts (like words/phrases in a foreign language) efficiently
- pkgver = 2.1.55
- pkgrel = 7
+ pkgver = 2.1.56
+ pkgrel = 1
url = https://apps.ankiweb.net/
arch = x86_64
license = AGPL3
makedepends = rsync
- makedepends = git
makedepends = ninja
+ makedepends = git
makedepends = cargo
makedepends = python-installer
makedepends = libxcrypt-compat
@@ -35,9 +35,8 @@ pkgbase = anki
conflicts = anki-git
conflicts = anki-official-binary-bundle
conflicts = anki-qt5
- 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
sha256sums = SKIP
sha256sums = 137827586d2a72adddaaf98599afa9fc80cdd73492d7f5cbcf4d2f6082e5f797
diff --git a/PKGBUILD b/PKGBUILD
index 95ee7b955dfb..3e1f2b80e141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,15 +8,15 @@
# Contributor: Dave Pretty <david dot pretty at gmail dot com>
pkgname=anki
-pkgver=2.1.55
-pkgrel=7
+pkgver=2.1.56
+pkgrel=1
pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
url="https://apps.ankiweb.net/"
license=('AGPL3')
arch=('x86_64')
provides=('anki')
conflicts=('anki-bin' 'anki-git' 'anki-official-binary-bundle' 'anki-qt5')
-options=('!ccache' '!lto')
+options=('!lto')
depends=(
# anki & aqt
'python-beautifulsoup4'
@@ -41,8 +41,8 @@ depends=(
)
makedepends=(
'rsync'
- 'git'
'ninja'
+ 'git'
'cargo'
'python-installer'
'libxcrypt-compat'