diff options
author | Nico Schottelius <nico@nico-notebook.schottelius.org> | 2019-11-26 15:00:09 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 13:20:38 +0100 |
commit | fad588074a5c5d02564b8ca014bc9274129a25ca (patch) | |
tree | dcc07a5991843824147db9377f2578ac627d7677 /testing/mu/APKBUILD | |
parent | c336381eb35c0bcd385562f8ca44f79c76dddcd8 (diff) | |
download | aports-fad588074a5c5d02564b8ca014bc9274129a25ca.tar.bz2 aports-fad588074a5c5d02564b8ca014bc9274129a25ca.tar.xz |
Make mu4e depend on cmd:emacs instead of the package
Fixes #10985
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
Diffstat (limited to 'testing/mu/APKBUILD')
-rw-r--r-- | testing/mu/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/mu/APKBUILD b/testing/mu/APKBUILD index 32efe011b8..3770891eb4 100644 --- a/testing/mu/APKBUILD +++ b/testing/mu/APKBUILD @@ -1,10 +1,11 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Contributor: stef <l0ls0fo2i@ctrlc.hu> # Contributor: Eivind Uggedal <eu@eju.no> +# Contributor: Nico Schottelius <nico.schottelius@ungleich.ch> # Maintainer: pkgname=mu pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of utilities for indexing and searching Maildirs" arch="x86 x86_64 ppc64le" url="http://www.djcbsoftware.nl/code/mu" @@ -52,7 +53,7 @@ package() { mu4e() { pkgdesc="Emacs-based e-mail client which uses mu as its back-end" - depends="$pkgname=$pkgver-r$pkgrel emacs" + depends="$pkgname=$pkgver-r$pkgrel cmd:emacs" mkdir -p "$subpkgdir"/usr mv "$pkgdir"/usr/share "$subpkgdir"/usr |