summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bocken2024-04-01 00:15:26 +0200
committerAlexander Bocken2024-04-01 00:15:26 +0200
commit4a88377d397f1ae4f4dc615e7c1234c7aa420d0b (patch)
treec362a95b3cdb15dde68b440ebc77ea8cf131a9ad
parentbe90d6d0efe7bc2427653e6c1f7182287de0a8d2 (diff)
downloadaur-4a88377d397f1ae4f4dc615e7c1234c7aa420d0b.tar.gz
add forgotten disable git checks patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--anki.changelog5
-rw-r--r--disable-git-checks.patch11
4 files changed, 6 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b0e1d2bd3d5..207654781331 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anki
pkgdesc = Helps you remember facts (like words/phrases in a foreign language) efficiently
pkgver = 24.04
- pkgrel = 1
+ pkgrel = 2
url = https://apps.ankiweb.net/
changelog = anki.changelog
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index be44b129607e..0719951ddccc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ declare -gA _caches=(
pkgname=anki
pkgver=24.04
-pkgrel=1
+pkgrel=2
pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
url="https://apps.ankiweb.net/"
license=('AGPL3')
diff --git a/anki.changelog b/anki.changelog
index 6afd42a6bd88..fd5f65547fc1 100644
--- a/anki.changelog
+++ b/anki.changelog
@@ -1,3 +1,6 @@
+# 24.04-2
+PKGBUILD:
+ * add forgotten update to disable git checks
# 24.04-1
* Update Qt to 6.6.2. On macOS, this should fix issues with Japanese input.
* Update FSRS & export benchmark API by @L-M-Sherlock in #3056
@@ -110,7 +113,7 @@
* Fix incorrect search results after preset used.
# 23.12.1-3
PKGBUILD:
- * reintroduce mold as linker, appears to be more memory efficient on some machines. Otherwise does not compole on memory constrained machines (<= 8GB)
+ * reintroduce mold as linker, appears to be more memory efficient on some machines. Otherwise does not compile on memory constrained machines (<= 8GB)
# 23.12.1-2
PKGBUILD:
* attempt to move away from mold as linker
diff --git a/disable-git-checks.patch b/disable-git-checks.patch
index 905e641b78e7..01531c7297bf 100644
--- a/disable-git-checks.patch
+++ b/disable-git-checks.patch
@@ -1,16 +1,5 @@
We provide source tarballs without git functionality.
'MY_REV' gets replaced with the corresponding revision in prepare().
---- a/build/ninja_gen/src/git.rs
-+++ b/build/ninja_gen/src/git.rs
-@@ -13,7 +13,7 @@ pub struct SyncSubmodule {
-
- impl BuildAction for SyncSubmodule {
- fn command(&self) -> &str {
-- "git -c protocol.file.allow=always submodule update --init $path"
-+ "true"
- }
-
- fn files(&mut self, build: &mut impl build::FilesHandle) {
--- a/build/runner/src/build.rs
+++ b/build/runner/src/build.rs
@@ -161,13 +161,7 @@ fn maybe_update_buildhash(build_root: &Utf8Path) {