summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Röthke2022-06-25 22:49:31 +0200
committerMarcel Röthke2022-06-25 22:49:31 +0200
commit8c1fb325c57039a06bf2bb94ad39675c86183477 (patch)
treedbbe9805832266a152e66a4e33f5e892c1e5d4b9 /PKGBUILD
parent9a0b06ebfa7e2fdf29fa97b967c811c54494d009 (diff)
downloadaur-8c1fb325c57039a06bf2bb94ad39675c86183477.tar.gz
mu: fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b0cb4e09da4..13bd135212e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,14 @@
pkgname=mu
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
arch=("x86_64" "armv7h")
url="http://www.djcbsoftware.nl/code/mu"
license=("GPL")
-depends=("gmime3" "xapian-core")
-makedepends=("emacs" "guile" "meson")
-optdepends=("guile3: guile support"
- "emacs: mu4e support")
+depends=("gmime3" "xapian-core" "guile3")
+makedepends=("emacs" "meson")
+optdepends=("emacs: mu4e support")
source=("https://github.com/djcb/mu/releases/download/v${pkgver}/mu-${pkgver}.tar.xz")
md5sums=('c451114eded74a75e6b7a52498b36d7e')