summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEndre Szabo2023-01-17 13:44:13 +0100
committergit@end.re2023-01-17 13:44:13 +0100
commit91f08fd855e91c38a5efe0cae1d28a79fd6c119e (patch)
tree57b47e635e6771111b2b2c63de1379374173d2a3 /PKGBUILD
parent5af9befb7736a084530c5afecf4086c6a8bba25e (diff)
downloadaur-91f08fd855e91c38a5efe0cae1d28a79fd6c119e.tar.gz
mu without the emacs client
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c198c6ac9b2d..3106dd3f8cb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: Endre Szabo <endre.szabo@aur-account-merkdff.rediremail.com>
# Maintainer: Marcel Röthke <marcel@roethke.info>
# Contributor: Pierre Neidhardt <ambrevar@gmail.com>
# Contributor: csllbr; Popsch <popsch@gmx.net>
@@ -5,13 +6,12 @@
pkgname=mu
pkgver=1.8.13
pkgrel=1
-pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
-arch=("x86_64" "armv7h")
+pkgdesc="Maildir indexer/searcher without the Emacs client (mu4e)"
+arch=("x86_64" "armv7h" "aarch64")
url="http://www.djcbsoftware.nl/code/mu"
license=("GPL")
depends=("gmime3" "xapian-core")
-makedepends=("emacs" "meson")
-optdepends=("emacs: mu4e support")
+makedepends=("meson")
source=("https://github.com/djcb/mu/releases/download/v${pkgver}/mu-${pkgver}.tar.xz")
sha256sums=('20d69c1a918c1e48e6dbf5375d87ef3ed358bb6b3b7d0a120e93a88b16d5a026')
@@ -24,9 +24,8 @@ prepare() {
-Dcpp_link_args="${LDFLAGS}" \
-Dguile=disabled \
-Dreadline=enabled \
- build
-
-
+ -Demacs=disabled \
+ build
}