summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2023-11-06 16:54:24 +0100
committerMarcell Meszaros2023-11-06 16:54:24 +0100
commit3a85f2e099523f56592830289e9843437cf0c4a1 (patch)
tree7a49634283e1cd45427b69a51d0460da338bb21b /PKGBUILD
parentd82f960893785e1c534fa184b904252045ece612 (diff)
downloadaur-3a85f2e099523f56592830289e9843437cf0c4a1.tar.gz
back to 2.1.66-10, add versioned optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bced1a46047a..ffef31a3359b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,8 @@
# Contributor: Aria Moradi <aria.moradi007 at gmail dot com>
pkgname=anki-official-binary-bundle
-pkgver=any
-pkgrel=8
-epoch=1
+pkgver=2.1.66
+pkgrel=10
pkgdesc="[Meta-PKG] Please migrate to anki-bin (or other anki pkg); delete this meta-pkg"
arch=('any')
url="https://aur.archlinux.org/packages/anki-bin"
@@ -15,7 +14,7 @@ package_anki-official-binary-bundle() {
provides=('anki')
optdepends=(
'anki-bin: prebuilt binary'
- 'anki: source build (Qt6)'
+ 'anki>2.1.66: source build (Qt6)'
'anki-qt5: source build (Qt5)'
'anki-git: source build from main development branch'
)