summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2023-11-06 16:14:31 +0100
committerMarcell Meszaros2023-11-06 16:14:31 +0100
commit1cf43f13c7e1cb450c2842c407beccacc4c92ada (patch)
tree4986d474b83f1202b5c271109bd6710d822b8e1d /PKGBUILD
parent725d9fef2dcc6e3a8d49e404440cf9284e40e857 (diff)
downloadaur-1cf43f13c7e1cb450c2842c407beccacc4c92ada.tar.gz
bump-5: try to work around yay/paru AUR helpers' limitations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3855016b1c65..caa1d0038ba2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkbase=anki-official-binary-bundle
pkgname=('anki-official-binary-bundle')
pkgver=any
-pkgrel=4
+pkgrel=5
epoch=1
pkgdesc="[Meta-PKG] Please manually migrate to anki-bin; delete this meta-pkg"
arch=('any')
@@ -13,5 +13,9 @@ url="https://aur.archlinux.org/packages/anki-bin"
license=('AGPL3')
package_anki-official-binary-bundle() {
+ depends=('anki-meta')
+}
+
+package_anki-bin-transition-meta() {
depends=('anki-bin')
}