summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Maurer2023-12-11 22:01:28 +0100
committerFabian Maurer2023-12-11 22:01:28 +0100
commitae2e125941dcb0979c97aff2bbfb82d332ee7878 (patch)
tree01ba51b54a869b1ea582af76f94a92325df05acc
parent9364313c53b15b1d32147262549ec95bb066ac96 (diff)
downloadaur-ae2e125941dcb0979c97aff2bbfb82d332ee7878.tar.gz
Ignore unneeded warnings
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1060157de92f..c080fa08af6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = anki-git
pkgdesc = Helps you remember facts (like words/phrases in a foreign language) efficiently
- pkgver = r10662.af3a2d396
+ pkgver = r10790.70ee28b55
pkgrel = 1
url = hhttps://apps.ankiweb.net/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 84bd7fcf316d..3789d61b2d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: Dave Pretty <david dot pretty at gmail dot com>
pkgname=anki-git
-pkgver=r10662.af3a2d396
+pkgver=r10790.70ee28b55
pkgrel=1
pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
url="hhttps://apps.ankiweb.net/"
@@ -89,7 +89,7 @@ build() {
package() {
cd anki
- PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps out/wheels/*.whl
+ PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-warn-script-location --root-user-action=ignore --no-deps out/wheels/*.whl
install -Dm755 qt/runanki.py "$pkgdir"/usr/bin/anki
install -Dm644 qt/bundle/lin/anki.desktop "$pkgdir"/usr/share/applications/anki.desktop