summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2023-11-06 17:24:18 +0100
committerMarcell Meszaros2023-11-06 17:24:18 +0100
commit41d0b21a4a0264c55150ae1e7fa729a2296e32df (patch)
tree786c23f6ea831ea4b586a9f8fe3e6582128da4c2 /PKGBUILD
parent61d9ebcc65de6788b7a8eea0d84dc22075f55898 (diff)
downloadaur-41d0b21a4a0264c55150ae1e7fa729a2296e32df.tar.gz
bump-12: only optdepend on anki-bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a207a3ef30b..d7b37ea591b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,9 @@
# Contributor: Aria Moradi <aria.moradi007 at gmail dot com>
pkgname=anki-official-binary-bundle
-pkgver=2.1.66
-pkgrel=11
+pkgver=any
+pkgrel=12
+epoch=1
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"
@@ -13,10 +14,7 @@ license=('AGPL3')
package() {
provides=('anki')
optdepends=(
- 'anki-bin: prebuilt binary'
- 'anki>2.1.66: source build (Qt6)'
- 'anki-qt5: source build (Qt5)'
- 'anki-git: source build from main development branch'
+ 'anki-bin: maintained prebuilt binary package (install manually)'
)
install="${pkgname}.install"
}