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

Gaëtan Bisson bisson at archlinux.org
Thu Oct 25 17:30:44 UTC 2018


    Date: Thursday, October 25, 2018 @ 17:30:43
  Author: bisson
Revision: 337296

implement FS#60563

Modified:
  mutt/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-25 15:22:12 UTC (rev 337295)
+++ PKGBUILD	2018-10-25 17:30:43 UTC (rev 337296)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.10.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -21,6 +21,7 @@
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	patch -p1 -i ../a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
+	aclocal -I m4; autoconf; automake --foreign
 }
 
 build() {
@@ -35,7 +36,6 @@
 		--enable-hcache \
 		--enable-sidebar \
 		--with-curses=/usr \
-		--with-regex \
 		--with-gss=/usr \
 		--with-ssl=/usr \
 		--with-sasl \



More information about the arch-commits mailing list