Date: Friday, February 17, 2023 @ 11:17:23
  Author: dvzrv
Revision: 469180

upgpkg: mutt 2.2.9-2: Rebuild to enable compressed folder support 
(https://bugs.archlinux.org/task/75400).

Sort configure options alphabetically (mostly).

Modified:
  mutt/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-17 10:57:02 UTC (rev 469179)
+++ PKGBUILD    2023-02-17 11:17:23 UTC (rev 469180)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=2.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Small but very powerful text-based mail client"
 arch=(x86_64)
 url="http://www.mutt.org/";
@@ -34,20 +34,21 @@
   local configure_options=(
     --prefix=/usr
     --sysconfdir=/etc
+    --enable-autocrypt
+    --enable-compressed
     --enable-debug
     --enable-gpgme
+    --enable-hcache
+    --enable-imap
     --enable-pop
-    --enable-imap
+    --enable-sidebar
     --enable-smtp
-    --enable-hcache
-    --enable-sidebar
-    --enable-autocrypt
     --with-curses=/usr
     --with-gss=/usr
+    --with-idn2
+    --with-sasl
+    --with-sqlite3
     --with-ssl=/usr
-    --with-sqlite3
-    --with-sasl
-    --with-idn2
   )
 
   cd $pkgname-$pkgver

Reply via email to