summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9fe4a2d608a..3855016b1c65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,16 @@
# Contributor: Kuklin István <kuklinistvan@zoho.com>
# Contributor: Aria Moradi <aria.moradi007 at gmail dot com>
-pkgname=anki-official-binary-bundle
+pkbase=anki-official-binary-bundle
+pkgname=('anki-official-binary-bundle')
pkgver=any
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="[Meta-PKG] Please manually migrate to anki-bin; delete this meta-pkg"
arch=('any')
url="https://aur.archlinux.org/packages/anki-bin"
license=('AGPL3')
-provides=('anki')
-optdepends=('anki-bin: only this is maintained (user needs to install it)')
+
+package_anki-official-binary-bundle() {
+ depends=('anki-bin')
+}