summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Röthke2022-07-03 18:33:21 +0200
committerMarcel Röthke2022-07-03 18:33:21 +0200
commite34a0f8732683490c36db0379254b50941d53fbe (patch)
treebdcaa6912f8a45e92fa45658751728af74e8530a /PKGBUILD
parent94f7195b383c6257ea113f15f692b8d8fa2c015f (diff)
downloadaur-e34a0f8732683490c36db0379254b50941d53fbe.tar.gz
mu: upstream release 1.8.3 and disable guile support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 085e9c576bfc..5379d3547b83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
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" "guile3")
+depends=("gmime3" "xapian-core")
makedepends=("emacs" "meson")
optdepends=("emacs: mu4e support")
source=("https://github.com/djcb/mu/releases/download/v${pkgver}/mu-${pkgver}.tar.xz")
-sha256sums=('ffac259cd594a10e948f36937fa32e1307aa35259eae9b858c0b92329166533f')
+sha256sums=('cfbe8931072a8f0a546630ec2142efad72597e1429151689256ed0bc0c0ea6d2')
prepare() {
cd "$pkgname-$pkgver"
@@ -22,7 +22,7 @@ prepare() {
-Dcpp_args="${CFLAGS}" \
-Dc_link_args="${LDFLAGS}" \
-Dcpp_link_args="${LDFLAGS}" \
- -Dguile=enabled \
+ -Dguile=disabled \
-Dreadline=enabled \
build