[arch-commits] Commit in mu/trunk (PKGBUILD)

Pierre Neidhardt ambrevar at archlinux.org
Wed Apr 4 14:38:12 UTC 2018


    Date: Wednesday, April 4, 2018 @ 14:38:11
  Author: ambrevar
Revision: 314135

mu: Enable guile2.0 support

Modified:
  mu/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 14:33:18 UTC (rev 314134)
+++ PKGBUILD	2018-04-04 14:38:11 UTC (rev 314135)
@@ -3,12 +3,12 @@
 
 pkgname=mu
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
 arch=("x86_64")
 url="http://www.djcbsoftware.nl/code/mu"
 license=("GPL")
-depends=("gmime" "xapian-core")
+depends=("gmime" "xapian-core" "guile2.0")
 makedepends=("emacs")
 optdepends=("guile: guile support"
 	"emacs: mu4e support")
@@ -18,7 +18,7 @@
 build() {
 	cd "$pkgname-$pkgver"
 	autoreconf -i
-	./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e
+	./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e --enable-guile
 }
 
 package() {



More information about the arch-commits mailing list