summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Dünkelmann2020-12-09 15:54:28 +0100
committerMartin Dünkelmann2020-12-09 15:54:28 +0100
commit2ba79224d2664fe04494b6fde5df9f1e11b373cd (patch)
treeb7b260ddf1bd4bd0c7912795465f96a6397ed0d2 /PKGBUILD
parent795b3f63ca9aff9e7079f7261a5c0c981866147f (diff)
downloadaur-2ba79224d2664fe04494b6fde5df9f1e11b373cd.tar.gz
Fix package()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 368000990c5b..009dca818f48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=anki-git
pkgver=r5491.c505894b8
-pkgrel=1
+pkgrel=2
pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
url="http://ankisrs.net/"
license=('AGPL3')
@@ -114,7 +114,7 @@ build() {
package() {
cd "$pkgname"
- PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps dist/*.whl
+ PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps bazel-bin/pylib/anki/anki-*.whl bazel-bin/qt/aqt/aqt-*.whl
install -Dm755 qt/runanki "$pkgdir"/usr/bin/anki
install -Dm644 qt/anki.desktop "$pkgdir"/usr/share/applications/anki.desktop