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

2020-11-27 Thread Frederik Schwan via arch-commits
Date: Friday, November 27, 2020 @ 16:09:47
  Author: freswa
Revision: 764385

upgpkg: neomutt 20201127-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-27 15:46:48 UTC (rev 764384)
+++ PKGBUILD2020-11-27 16:09:47 UTC (rev 764385)
@@ -5,8 +5,8 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20201120
-pkgrel=2
+pkgver=20201127
+pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -22,7 +22,7 @@
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
 "default-ca-certificates.patch")
-sha256sums=('48191d4f17cb1e5fd094ca92c581e1bb9599f058c122cc0e35df4e1c0cb53f47'
+sha256sums=('29ac51a5ac5b4524dfdbb5ac78b59a1cc28c1090c541fb3da7bc86f838ab64cd'
 'SKIP'
 '571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 


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

2020-11-24 Thread Frederik Schwan via arch-commits
Date: Tuesday, November 24, 2020 @ 16:24:34
  Author: freswa
Revision: 760957

add new maintainer

Modified:
  neomutt/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 16:23:04 UTC (rev 760956)
+++ PKGBUILD2020-11-24 16:24:34 UTC (rev 760957)
@@ -1,4 +1,5 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Frederik Schwan 
 # Contributor: Alad Wenter 
 # Contributor: Jelle van der Waa 
 # Contributor: Chris Salzberg 


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

2020-11-24 Thread Frederik Schwan via arch-commits
Date: Tuesday, November 24, 2020 @ 16:23:00
  Author: freswa
Revision: 760955

add support for Berkeley DB

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 16:19:11 UTC (rev 760954)
+++ PKGBUILD2020-11-24 16:23:00 UTC (rev 760955)
@@ -5,7 +5,7 @@
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
 pkgver=20201120
-pkgrel=1
+pkgrel=2
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -12,7 +12,7 @@
 arch=('x86_64')
 depends=('glibc' 'gpgme' 'lua53' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
  'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet'
- 'lz4' 'zlib' 'zstd')
+ 'lz4' 'zlib' 'zstd' 'db')
 optdepends=('python: keybase.py'
 'perl: smime_keys'
 'ca-certificates: default CA certificates')
@@ -49,6 +49,7 @@
 --with-idn2=/usr \
 --disable-idn \
 --idn2 \
+--bdb \
 --lmdb \
 --kyotocabinet \
 --gdbm \


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

2020-11-21 Thread Maxim Baz via arch-commits
Date: Saturday, November 21, 2020 @ 10:56:36
  Author: maximbaz
Revision: 758468

upgpkg: neomutt 20201120-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 10:38:57 UTC (rev 758467)
+++ PKGBUILD2020-11-21 10:56:36 UTC (rev 758468)
@@ -4,7 +4,7 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20200925
+pkgver=20201120
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -21,7 +21,7 @@
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
 "default-ca-certificates.patch")
-sha256sums=('dcec98ea2454d7695ff92184c33a0051c2b3c46320f81f7889c4580c943140dd'
+sha256sums=('48191d4f17cb1e5fd094ca92c581e1bb9599f058c122cc0e35df4e1c0cb53f47'
 'SKIP'
 '571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 


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

2020-09-25 Thread Maxim Baz via arch-commits
Date: Friday, September 25, 2020 @ 19:00:04
  Author: maximbaz
Revision: 712207

upgpkg: neomutt 20200925-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-25 18:59:52 UTC (rev 712206)
+++ PKGBUILD2020-09-25 19:00:04 UTC (rev 712207)
@@ -4,7 +4,7 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20200821
+pkgver=20200925
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -21,7 +21,7 @@
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
 "default-ca-certificates.patch")
-sha256sums=('4233d03e03220a2ba8096ab28061e12ef538259fd7d32ad441aad5207b17b390'
+sha256sums=('dcec98ea2454d7695ff92184c33a0051c2b3c46320f81f7889c4580c943140dd'
 'SKIP'
 '571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 


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

2020-08-21 Thread Maxim Baz via arch-commits
Date: Friday, August 21, 2020 @ 19:40:58
  Author: maximbaz
Revision: 686425

upgpkg: neomutt 20200821-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-21 19:35:00 UTC (rev 686424)
+++ PKGBUILD2020-08-21 19:40:58 UTC (rev 686425)
@@ -4,7 +4,7 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20200814
+pkgver=20200821
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -21,7 +21,7 @@
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
 "default-ca-certificates.patch")
-sha256sums=('86aaa26542cca930393a290e17e93b81d70a70d328f89ecb0132d5aeaf8778f1'
+sha256sums=('4233d03e03220a2ba8096ab28061e12ef538259fd7d32ad441aad5207b17b390'
 'SKIP'
 '571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 


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

2020-08-14 Thread Maxim Baz via arch-commits
Date: Friday, August 14, 2020 @ 12:38:26
  Author: maximbaz
Revision: 679128

upgpkg: neomutt 20200814-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-14 12:22:49 UTC (rev 679127)
+++ PKGBUILD2020-08-14 12:38:26 UTC (rev 679128)
@@ -4,8 +4,8 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20200626
-pkgrel=2
+pkgver=20200814
+pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -21,7 +21,7 @@
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
 "default-ca-certificates.patch")
-sha256sums=('94b2e59667a080cb9d531050c3ad320f9951ba7ba09eb7eda15427899627f89e'
+sha256sums=('86aaa26542cca930393a290e17e93b81d70a70d328f89ecb0132d5aeaf8778f1'
 'SKIP'
 '571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 


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

2020-07-02 Thread Maxim Baz via arch-commits
Date: Thursday, July 2, 2020 @ 16:09:35
  Author: maximbaz
Revision: 657497

upgpkg: neomutt 20200626-2

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 15:54:12 UTC (rev 657496)
+++ PKGBUILD2020-07-02 16:09:35 UTC (rev 657497)
@@ -5,12 +5,12 @@
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
 pkgver=20200626
-pkgrel=1
+pkgrel=2
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
+depends=('glibc' 'gpgme' 'lua53' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
  'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet'
  'lz4' 'zlib' 'zstd')
 optdepends=('python: keybase.py'


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

2020-06-27 Thread Maxim Baz via arch-commits
Date: Friday, June 26, 2020 @ 13:13:39
  Author: maximbaz
Revision: 654091

upgpkg: neomutt 20200626-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-26 13:11:38 UTC (rev 654090)
+++ PKGBUILD2020-06-26 13:13:39 UTC (rev 654091)
@@ -4,7 +4,7 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20200619
+pkgver=20200626
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -21,7 +21,7 @@
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
 "default-ca-certificates.patch")
-sha256sums=('4449d43b3586a730ead151c66afc6af37e3ea15b3e72065e579a9e9884146acc'
+sha256sums=('94b2e59667a080cb9d531050c3ad320f9951ba7ba09eb7eda15427899627f89e'
 'SKIP'
 '571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 


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

2020-06-21 Thread Maxim Baz via arch-commits
Date: Sunday, June 21, 2020 @ 17:08:56
  Author: maximbaz
Revision: 649839

upgpkg: neomutt 20200619-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 17:01:35 UTC (rev 649838)
+++ PKGBUILD2020-06-21 17:08:56 UTC (rev 649839)
@@ -1,10 +1,10 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Alad Wenter 
+# Contributor: Jelle van der Waa 
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20200501
+pkgver=20200619
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -21,7 +21,7 @@
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
 "default-ca-certificates.patch")
-sha256sums=('9d0a0da14448ebb60f2585532fc4cd903c10146903c8639cd0a3d51fe620430f'
+sha256sums=('4449d43b3586a730ead151c66afc6af37e3ea15b3e72065e579a9e9884146acc'
 'SKIP'
 '571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 


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

2020-05-01 Thread Maxim Baz via arch-commits
Date: Friday, May 1, 2020 @ 17:03:29
  Author: maximbaz
Revision: 624080

upgpkg: neomutt 20200501-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-01 17:02:04 UTC (rev 624079)
+++ PKGBUILD2020-05-01 17:03:29 UTC (rev 624080)
@@ -4,7 +4,7 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20200424
+pkgver=20200501
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -21,7 +21,7 @@
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
 "default-ca-certificates.patch")
-sha256sums=('e708d04f057a788041acaced765861bcfbab50f287f8e83620447ec8eb5145df'
+sha256sums=('9d0a0da14448ebb60f2585532fc4cd903c10146903c8639cd0a3d51fe620430f'
 'SKIP'
 '571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 


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

2020-03-20 Thread Maxim Baz via arch-commits
Date: Friday, March 20, 2020 @ 13:27:54
  Author: maximbaz
Revision: 601619

upgpkg: neomutt 20200320-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-20 13:21:56 UTC (rev 601618)
+++ PKGBUILD2020-03-20 13:27:54 UTC (rev 601619)
@@ -4,8 +4,8 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20200313
-pkgrel=2
+pkgver=20200320
+pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -21,7 +21,7 @@
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
 "default-ca-certificates.patch")
-sha256sums=('b5ff780506a5371f737f32afd694857568e8827b1c391e0aca27c66687019e85'
+sha256sums=('69daf2e0633dee7e8bdba74ab714adfa70e8f078028b56d612228c2aa836aafa'
 'SKIP'
 '410a364ae8249c969fc321f0f50ecb4603e9443bd73b31f58c8487e6b8b510e0')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 


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

2020-03-17 Thread Maxim Baz via arch-commits
Date: Tuesday, March 17, 2020 @ 21:24:30
  Author: maximbaz
Revision: 600418

neomutt: add header cache compression FS#65861

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-17 21:00:19 UTC (rev 600417)
+++ PKGBUILD2020-03-17 21:24:30 UTC (rev 600418)
@@ -5,13 +5,14 @@
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
 pkgver=20200313
-pkgrel=1
+pkgrel=2
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
 depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
- 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet'
+ 'lz4' 'zlib' 'zstd')
 optdepends=('python: keybase.py'
 'perl: smime_keys'
 'ca-certificates: default CA certificates')
@@ -50,7 +51,10 @@
 --idn2 \
 --lmdb \
 --kyotocabinet \
---gdbm
+--gdbm \
+--lz4 \
+--zlib \
+--zstd
 make
 }
 


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

2020-03-13 Thread Maxim Baz via arch-commits
Date: Friday, March 13, 2020 @ 16:23:08
  Author: maximbaz
Revision: 596141

upgpkg: neomutt 20200313-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 16:22:47 UTC (rev 596140)
+++ PKGBUILD2020-03-13 16:23:08 UTC (rev 596141)
@@ -4,8 +4,8 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20191207
-pkgrel=3
+pkgver=20200313
+pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -20,7 +20,7 @@
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
 "default-ca-certificates.patch")
-sha256sums=('1618873bd43915d437c5957f19ec2c4ecef6954a5aa647009b98f574ec63410e'
+sha256sums=('b5ff780506a5371f737f32afd694857568e8827b1c391e0aca27c66687019e85'
 'SKIP'
 '410a364ae8249c969fc321f0f50ecb4603e9443bd73b31f58c8487e6b8b510e0')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 


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

2020-02-09 Thread Jelle van der Waa via arch-commits
Date: Sunday, February 9, 2020 @ 12:36:37
  Author: jelle
Revision: 565284

upgpkg: neomutt 20191207-3

Add perl optional dependency for smime_keys script

Modified:
  neomutt/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-09 12:12:02 UTC (rev 565283)
+++ PKGBUILD2020-02-09 12:36:37 UTC (rev 565284)
@@ -5,7 +5,7 @@
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
 pkgver=20191207
-pkgrel=2
+pkgrel=3
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -13,6 +13,7 @@
 depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
  'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
 optdepends=('python: keybase.py'
+'perl: smime_keys'
 'ca-certificates: default CA certificates')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
 _github='https://github.com/neomutt/neomutt'


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

2020-02-08 Thread Maxim Baz via arch-commits
Date: Saturday, February 8, 2020 @ 13:25:48
  Author: maximbaz
Revision: 564093

neomutt: compile with autocrypt support FS#64697

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-08 13:25:22 UTC (rev 564092)
+++ PKGBUILD2020-02-08 13:25:48 UTC (rev 564093)
@@ -5,12 +5,12 @@
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
 pkgver=20191207
-pkgrel=1
+pkgrel=2
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'gnutls'
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
  'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
 optdepends=('python: keybase.py'
 'ca-certificates: default CA certificates')
@@ -36,6 +36,8 @@
 --sysconfdir=/etc \
 --libexecdir=/usr/lib \
 --gpgme \
+--sqlite \
+--autocrypt \
 --lua \
 --notmuch \
 --gss \


[arch-commits] Commit in neomutt/trunk (PKGBUILD fix-vfolder-segfault.patch)

2019-12-07 Thread Maxim Baz via arch-commits
Date: Saturday, December 7, 2019 @ 10:40:35
  Author: maximbaz
Revision: 536259

upgpkg: neomutt 20191207-1

Modified:
  neomutt/trunk/PKGBUILD
Deleted:
  neomutt/trunk/fix-vfolder-segfault.patch

+
 PKGBUILD   |9 +++--
 fix-vfolder-segfault.patch |   39 ---
 2 files changed, 3 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-07 09:07:35 UTC (rev 536258)
+++ PKGBUILD2019-12-07 10:40:35 UTC (rev 536259)
@@ -4,8 +4,8 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20191129
-pkgrel=3
+pkgver=20191207
+pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -18,17 +18,14 @@
 _github='https://github.com/neomutt/neomutt'
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
-"fix-vfolder-segfault.patch"
 "default-ca-certificates.patch")
-sha256sums=('c339e17b676d0a9a8db6dd1c9acac3db4b217c6b19050e5a1eec99b1b0b59a2f'
+sha256sums=('1618873bd43915d437c5957f19ec2c4ecef6954a5aa647009b98f574ec63410e'
 'SKIP'
-'fa6e03ea6ef031804bf4175c4ad0b9089fdb2552bc8271255e93d457c54adfe0'
 '410a364ae8249c969fc321f0f50ecb4603e9443bd73b31f58c8487e6b8b510e0')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 
 prepare() {
 cd "$pkgname-$pkgver"
-patch -Np1 -i "$srcdir/fix-vfolder-segfault.patch"
 patch -Np1 -i "$srcdir/default-ca-certificates.patch"
 }
 

Deleted: fix-vfolder-segfault.patch
===
--- fix-vfolder-segfault.patch  2019-12-07 09:07:35 UTC (rev 536258)
+++ fix-vfolder-segfault.patch  2019-12-07 10:40:35 UTC (rev 536259)
@@ -1,39 +0,0 @@
-From e22f6a1ad4f83942a7ea2240337b99a2ee9a3e89 Mon Sep 17 00:00:00 2001
-From: Richard Russon 
-Date: Mon, 2 Dec 2019 13:02:49 +
-Subject: [PATCH] fix: crash resizing notmuch mailbox
-
-Fixes: #2014

- mx.c   | 2 +-
- notmuch/mutt_notmuch.c | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/mx.c b/mx.c
-index 4a5c1c55b..1e13fd78a 100644
 a/mx.c
-+++ b/mx.c
-@@ -1181,7 +1181,7 @@ void mx_alloc_memory(struct Mailbox *m)
- m->emails = mutt_mem_calloc(m->email_max, sizeof(struct Email *));
- m->v2r = mutt_mem_calloc(m->email_max, sizeof(int));
-   }
--  for (int i = m->msg_count; i < m->email_max; i++)
-+  for (int i = m->email_max - 25; i < m->email_max; i++)
-   {
- m->emails[i] = NULL;
- m->v2r[i] = -1;
-diff --git a/notmuch/mutt_notmuch.c b/notmuch/mutt_notmuch.c
-index 1078d4432..2c98d07c4 100644
 a/notmuch/mutt_notmuch.c
-+++ b/notmuch/mutt_notmuch.c
-@@ -1980,8 +1980,8 @@ static int nm_mbox_check_stats(struct Mailbox *m, int 
flags)
- 
-   /* all emails */
-   m->msg_count = count_query(db, db_query, limit);
--  m->email_max = MAX(m->email_max, m->msg_count);
--  mx_alloc_memory(m);
-+  while (m->email_max < m->msg_count)
-+mx_alloc_memory(m);
- 
-   // holder variable for extending query to unread/flagged
-   char *qstr = NULL;


[arch-commits] Commit in neomutt/trunk (PKGBUILD fix-vfolder-segfault.patch)

2019-12-03 Thread Maxim Baz via arch-commits
Date: Tuesday, December 3, 2019 @ 13:51:47
  Author: maximbaz
Revision: 534942

neomutt: apply patch to fix segfault, see FS#64715

The patch is already merged in master

Added:
  neomutt/trunk/fix-vfolder-segfault.patch
Modified:
  neomutt/trunk/PKGBUILD

+
 PKGBUILD   |5 -
 fix-vfolder-segfault.patch |   39 +++
 2 files changed, 43 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-03 13:44:41 UTC (rev 534941)
+++ PKGBUILD2019-12-03 13:51:47 UTC (rev 534942)
@@ -5,7 +5,7 @@
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
 pkgver=20191129
-pkgrel=2
+pkgrel=3
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -18,14 +18,17 @@
 _github='https://github.com/neomutt/neomutt'
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
+"fix-vfolder-segfault.patch"
 "default-ca-certificates.patch")
 sha256sums=('c339e17b676d0a9a8db6dd1c9acac3db4b217c6b19050e5a1eec99b1b0b59a2f'
 'SKIP'
+'fa6e03ea6ef031804bf4175c4ad0b9089fdb2552bc8271255e93d457c54adfe0'
 '410a364ae8249c969fc321f0f50ecb4603e9443bd73b31f58c8487e6b8b510e0')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 
 prepare() {
 cd "$pkgname-$pkgver"
+patch -Np1 -i "$srcdir/fix-vfolder-segfault.patch"
 patch -Np1 -i "$srcdir/default-ca-certificates.patch"
 }
 

Added: fix-vfolder-segfault.patch
===
--- fix-vfolder-segfault.patch  (rev 0)
+++ fix-vfolder-segfault.patch  2019-12-03 13:51:47 UTC (rev 534942)
@@ -0,0 +1,39 @@
+From e22f6a1ad4f83942a7ea2240337b99a2ee9a3e89 Mon Sep 17 00:00:00 2001
+From: Richard Russon 
+Date: Mon, 2 Dec 2019 13:02:49 +
+Subject: [PATCH] fix: crash resizing notmuch mailbox
+
+Fixes: #2014
+---
+ mx.c   | 2 +-
+ notmuch/mutt_notmuch.c | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/mx.c b/mx.c
+index 4a5c1c55b..1e13fd78a 100644
+--- a/mx.c
 b/mx.c
+@@ -1181,7 +1181,7 @@ void mx_alloc_memory(struct Mailbox *m)
+ m->emails = mutt_mem_calloc(m->email_max, sizeof(struct Email *));
+ m->v2r = mutt_mem_calloc(m->email_max, sizeof(int));
+   }
+-  for (int i = m->msg_count; i < m->email_max; i++)
++  for (int i = m->email_max - 25; i < m->email_max; i++)
+   {
+ m->emails[i] = NULL;
+ m->v2r[i] = -1;
+diff --git a/notmuch/mutt_notmuch.c b/notmuch/mutt_notmuch.c
+index 1078d4432..2c98d07c4 100644
+--- a/notmuch/mutt_notmuch.c
 b/notmuch/mutt_notmuch.c
+@@ -1980,8 +1980,8 @@ static int nm_mbox_check_stats(struct Mailbox *m, int 
flags)
+ 
+   /* all emails */
+   m->msg_count = count_query(db, db_query, limit);
+-  m->email_max = MAX(m->email_max, m->msg_count);
+-  mx_alloc_memory(m);
++  while (m->email_max < m->msg_count)
++mx_alloc_memory(m);
+ 
+   // holder variable for extending query to unread/flagged
+   char *qstr = NULL;


[arch-commits] Commit in neomutt/trunk (PKGBUILD default-ca-certificates.patch)

2019-12-03 Thread Maxim Baz via arch-commits
Date: Tuesday, December 3, 2019 @ 13:43:45
  Author: maximbaz
Revision: 534938

neomutt: switch from openssl to gnutls dependency

Neomutt can be compiled against openssl (via --ssl) or gnutls (via --gnutls).

We used to depend on openssl, this commit changes the dependency to gnutls for 
the following reasons:

1. When attempting to compile against both openssl and gnutls, neomutt itself 
prefers to use gnutls.
2. Using gnutls allows to use certificate pinning in neomutt via ":set 
ssl_ca_certificates_file=..."

Debian package is also compiled against gnutls, I used it as inspiration for a 
smooth transition.

Namely, to preserve neomutt's integration with default CA cert bundle (by 
ca-certificates package),
the default value for "ssl_ca_certificates_file" is configured in system config 
file /etc/neomuttrc.

Added:
  neomutt/trunk/default-ca-certificates.patch
Modified:
  neomutt/trunk/PKGBUILD

---+
 PKGBUILD  |   20 ++--
 default-ca-certificates.patch |   12 
 2 files changed, 26 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-03 13:08:35 UTC (rev 534937)
+++ PKGBUILD2019-12-03 13:43:45 UTC (rev 534938)
@@ -5,22 +5,30 @@
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
 pkgver=20191129
-pkgrel=1
+pkgrel=2
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'gnutls'
  'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
-optdepends=('python: keybase.py')
+optdepends=('python: keybase.py'
+'ca-certificates: default CA certificates')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
 _github='https://github.com/neomutt/neomutt'
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
-
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
+"default-ca-certificates.patch")
 sha256sums=('c339e17b676d0a9a8db6dd1c9acac3db4b217c6b19050e5a1eec99b1b0b59a2f'
-'SKIP')
+'SKIP'
+'410a364ae8249c969fc321f0f50ecb4603e9443bd73b31f58c8487e6b8b510e0')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 
+prepare() {
+cd "$pkgname-$pkgver"
+patch -Np1 -i "$srcdir/default-ca-certificates.patch"
+}
+
 build() {
 cd "$pkgname-$pkgver"
 ./configure \
@@ -31,7 +39,7 @@
 --lua \
 --notmuch \
 --gss \
---ssl \
+--gnutls \
 --sasl \
 --with-ui=ncurses \
 --with-idn2=/usr \

Added: default-ca-certificates.patch
===
--- default-ca-certificates.patch   (rev 0)
+++ default-ca-certificates.patch   2019-12-03 13:43:45 UTC (rev 534938)
@@ -0,0 +1,12 @@
+--- a/doc/neomuttrc.head
 b/doc/neomuttrc.head.new
+@@ -48,6 +48,9 @@ bind browser y exit
+ # be undone with unmime_lookup.
+ mime_lookup application/octet-stream
+
++# System-wide CA file managed by the ca-certificates package
++set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
++
+ ##
+ ## *** DEFAULT SETTINGS FOR THE ATTACHMENTS PATCH ***
+ ##


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

2019-12-03 Thread Maxim Baz via arch-commits
Date: Tuesday, December 3, 2019 @ 13:08:35
  Author: maximbaz
Revision: 534937

neomutt: update build flags to match ./configure --help

It seems some flags have been renamed, updating to match the documentation.
No functional change is expected from this commit.

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-03 12:16:54 UTC (rev 534936)
+++ PKGBUILD2019-12-03 13:08:35 UTC (rev 534937)
@@ -28,7 +28,7 @@
 --sysconfdir=/etc \
 --libexecdir=/usr/lib \
 --gpgme \
---enable-lua \
+--lua \
 --notmuch \
 --gss \
 --ssl \
@@ -35,8 +35,8 @@
 --sasl \
 --with-ui=ncurses \
 --with-idn2=/usr \
---idn=0 \
---idn2=1 \
+--disable-idn \
+--idn2 \
 --lmdb \
 --kyotocabinet \
 --gdbm


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

2019-11-30 Thread Maxim Baz via arch-commits
Date: Saturday, November 30, 2019 @ 16:34:57
  Author: maximbaz
Revision: 534593

upgpkg: neomutt 20191129-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-30 16:16:08 UTC (rev 534592)
+++ PKGBUILD2019-11-30 16:34:57 UTC (rev 534593)
@@ -1,9 +1,10 @@
 # Maintainer: Alad Wenter 
 # Maintainer: Jelle van der Waa 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=2019
+pkgver=20191129
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -16,7 +17,7 @@
 _github='https://github.com/neomutt/neomutt'
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
-sha256sums=('29b9e9d7293157a8575808eb2ceb62ffb2f31be206405abc64fc37a4425e36f4'
+sha256sums=('c339e17b676d0a9a8db6dd1c9acac3db4b217c6b19050e5a1eec99b1b0b59a2f'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 


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

2019-11-11 Thread Alad Wenter via arch-commits
Date: Monday, November 11, 2019 @ 16:43:35
  Author: alad
Revision: 526768

upgpkg: neomutt 2019-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-11 16:43:02 UTC (rev 526767)
+++ PKGBUILD2019-11-11 16:43:35 UTC (rev 526768)
@@ -3,7 +3,7 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20191102
+pkgver=2019
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -16,7 +16,7 @@
 _github='https://github.com/neomutt/neomutt'
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
-sha256sums=('2feffde535323a5c96b8b2c895af2a32c46d25dc9d2e45ffc2d9ffaa06f73468'
+sha256sums=('29b9e9d7293157a8575808eb2ceb62ffb2f31be206405abc64fc37a4425e36f4'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 


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

2019-11-02 Thread Alad Wenter via arch-commits
Date: Saturday, November 2, 2019 @ 10:26:23
  Author: alad
Revision: 522148

upgpkg: neomutt 20191102-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 10:21:27 UTC (rev 522147)
+++ PKGBUILD2019-11-02 10:26:23 UTC (rev 522148)
@@ -3,7 +3,7 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20191025
+pkgver=20191102
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -13,16 +13,15 @@
  'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-_datever=$(date +'%Y-%m-%d' -d "$pkgver")  # Magic mushrooms
 _github='https://github.com/neomutt/neomutt'
-source=("$pkgname-$pkgver.tar.gz::$_github/archive/$_datever.tar.gz"
-
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$_datever/$_datever.tar.gz.sig")
-sha256sums=('e056a30b79beaa2e45c404f0a837637233782d0180702c3a7836dd4280838db1'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
+sha256sums=('2feffde535323a5c96b8b2c895af2a32c46d25dc9d2e45ffc2d9ffaa06f73468'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 
 build() {
-cd "$pkgname-$_datever"
+cd "$pkgname-$pkgver"
 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -44,6 +43,6 @@
 }
 
 package() {
-cd "$pkgname-$_datever"
+cd "$pkgname-$pkgver"
 make DESTDIR="$pkgdir" install
 }


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

2019-10-25 Thread Alad Wenter via arch-commits
Date: Friday, October 25, 2019 @ 19:06:13
  Author: alad
Revision: 519585

upgpkg: neomutt 20191025-1

Modified:
  neomutt/trunk/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 12 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 18:34:44 UTC (rev 519584)
+++ PKGBUILD2019-10-25 19:06:13 UTC (rev 519585)
@@ -2,34 +2,27 @@
 # Maintainer: Jelle van der Waa 
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
-
 pkgname=neomutt
-pkgver=20180716
-pkgrel=8
-pkgdesc='a version of mutt with added features'
+pkgver=20191025
+pkgrel=1
+pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
 depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
-'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
-
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP'
-'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
+_datever=$(date +'%Y-%m-%d' -d "$pkgver")  # Magic mushrooms
+_github='https://github.com/neomutt/neomutt'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$_datever.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$_datever/$_datever.tar.gz.sig")
+sha256sums=('e056a30b79beaa2e45c404f0a837637233782d0180702c3a7836dd4280838db1'
+'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-# FS#56741
-patch -Np1 -i $srcdir/pgpewrap.patch
-}
-
 build() {
-cd "$pkgname-$pkgname-$pkgver"
+cd "$pkgname-$_datever"
 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -51,6 +44,6 @@
 }
 
 package() {
-cd "$pkgname-$pkgname-$pkgver"
+cd "$pkgname-$_datever"
 make DESTDIR="$pkgdir" install
 }


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:30:38
  Author: alad
Revision: 495636

upgpkg: neomutt 20180716-8

add direct dependencies (readelf -d), cf. previous discussion

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-31 16:28:34 UTC (rev 495635)
+++ PKGBUILD2019-07-31 16:30:38 UTC (rev 495636)
@@ -1,4 +1,4 @@
-# Maintainer: Alad Wenter 
+# Maintainer: Alad Wenter 
 # Maintainer: Jelle van der Waa 
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
@@ -5,12 +5,13 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=7
+pkgrel=8
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;


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

2019-03-02 Thread Alad Wenter via arch-commits
Date: Saturday, March 2, 2019 @ 17:03:05
  Author: alad
Revision: 437403

upgpkg: neomutt 20180716-7

neomutt: enable idn2

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 17:02:25 UTC (rev 437402)
+++ PKGBUILD2019-03-02 17:03:05 UTC (rev 437403)
@@ -5,7 +5,7 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=6
+pkgrel=7
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -12,7 +12,7 @@
 arch=('x86_64')
 depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
 optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
 
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
@@ -40,7 +40,9 @@
 --ssl \
 --sasl \
 --with-ui=ncurses \
---with-idn=/usr \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
 --lmdb \
 --kyotocabinet \
 --gdbm


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

2019-01-21 Thread Jelle van der Waa via arch-commits
Date: Monday, January 21, 2019 @ 18:51:35
  Author: jelle
Revision: 426296

upgpkg: neomutt 20180716-6

Rebuild against libidn2

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-21 18:49:29 UTC (rev 426295)
+++ PKGBUILD2019-01-21 18:51:35 UTC (rev 426296)
@@ -5,12 +5,12 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=5
+pkgrel=6
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn')
+depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;


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

2018-12-15 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 15, 2018 @ 14:59:29
  Author: jelle
Revision: 416373

upgpkg: neomutt 20180716-5

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 14:43:30 UTC (rev 416372)
+++ PKGBUILD2018-12-15 14:59:29 UTC (rev 416373)
@@ -5,7 +5,7 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=4
+pkgrel=5
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -14,11 +14,19 @@
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
+
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
 sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP')
+'SKIP'
+'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+# FS#56741
+patch -Np1 -i $srcdir/pgpewrap.patch
+}
+
 build() {
 cd "$pkgname-$pkgname-$pkgver"
 ./configure \


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

2018-09-21 Thread Jelle van der Waa via arch-commits
Date: Friday, September 21, 2018 @ 21:19:27
  Author: jelle
Revision: 383964

upgpkg: neomutt 20180716-4

add libidn dependency

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-21 20:51:08 UTC (rev 383963)
+++ PKGBUILD2018-09-21 21:19:27 UTC (rev 383964)
@@ -5,12 +5,12 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=3
+pkgrel=4
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb')
+depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn')
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;


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

2018-09-17 Thread Jelle van der Waa via arch-commits
Date: Monday, September 17, 2018 @ 19:18:15
  Author: jelle
Revision: 382739

upgpkg: neomutt 20180716-3

Fix FS#59866

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-17 19:16:53 UTC (rev 382738)
+++ PKGBUILD2018-09-17 19:18:15 UTC (rev 382739)
@@ -5,12 +5,12 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=2
+pkgrel=3
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('notmuch-runtime' 'lua')
+depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb')
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
@@ -33,6 +33,8 @@
 --sasl \
 --with-ui=ncurses \
 --with-idn=/usr \
+--lmdb \
+--kyotocabinet \
 --gdbm
 make
 }


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

2018-09-10 Thread Evangelos Foutras via arch-commits
Date: Monday, September 10, 2018 @ 22:47:23
  Author: foutrelis
Revision: 379405

libidn 1.35 rebuild

Modified:
  neomutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 22:46:50 UTC (rev 379404)
+++ PKGBUILD2018-09-10 22:47:23 UTC (rev 379405)
@@ -6,7 +6,7 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=1
+pkgrel=2
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')


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

2018-07-16 Thread Jelle van der Waa via arch-commits
Date: Monday, July 16, 2018 @ 19:16:38
  Author: jelle
Revision: 360151

upgpkg: neomutt 20180716-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-16 19:16:19 UTC (rev 360150)
+++ PKGBUILD2018-07-16 19:16:38 UTC (rev 360151)
@@ -5,8 +5,8 @@
 # Contributor: Leonidas Spyropoulos 
 
 pkgname=neomutt
-pkgver=20180622
-pkgrel=2
+pkgver=20180716
+pkgrel=1
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -16,7 +16,7 @@
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('9289ef61668c4eee39a85fb593f4afcb520a90d7840609fd922444b05dedf399'
+sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 


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

2018-06-27 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, June 27, 2018 @ 13:40:13
  Author: bpiotrowski
Revision: 346346

20180622-2: rebuild against gdbm 1.15

Modified:
  neomutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 13:40:06 UTC (rev 346345)
+++ PKGBUILD2018-06-27 13:40:13 UTC (rev 346346)
@@ -6,7 +6,7 @@
 
 pkgname=neomutt
 pkgver=20180622
-pkgrel=1
+pkgrel=2
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')


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

2018-06-22 Thread Jelle van der Waa via arch-commits
Date: Friday, June 22, 2018 @ 19:42:51
  Author: jelle
Revision: 344649

upgpkg: neomutt 20180622-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 16:32:06 UTC (rev 344648)
+++ PKGBUILD2018-06-22 19:42:51 UTC (rev 344649)
@@ -5,7 +5,7 @@
 # Contributor: Leonidas Spyropoulos 
 
 pkgname=neomutt
-pkgver=20180512
+pkgver=20180622
 pkgrel=1
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
@@ -16,7 +16,7 @@
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('fe573b9b6944c2d40d42e6ab62b711e9980da2d2bc36c533e0ba322fd9f3b851'
+sha256sums=('9289ef61668c4eee39a85fb593f4afcb520a90d7840609fd922444b05dedf399'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 


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

2018-05-15 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 15, 2018 @ 18:34:02
  Author: jelle
Revision: 322470

upgpkg: neomutt 20180512-1

Modified:
  neomutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-15 18:32:45 UTC (rev 322469)
+++ PKGBUILD2018-05-15 18:34:02 UTC (rev 322470)
@@ -8,7 +8,7 @@
 pkgver=20180512
 pkgrel=1
 pkgdesc='a version of mutt with added features'
-url='https://www.neomutt.org/'
+url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
 depends=('notmuch-runtime' 'lua')


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

2018-05-15 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 15, 2018 @ 18:32:21
  Author: jelle
Revision: 322468

upgpkg: neomutt 20180512-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-15 17:55:02 UTC (rev 322467)
+++ PKGBUILD2018-05-15 18:32:21 UTC (rev 322468)
@@ -5,10 +5,10 @@
 # Contributor: Leonidas Spyropoulos 
 
 pkgname=neomutt
-pkgver=20180323
-pkgrel=2
+pkgver=20180512
+pkgrel=1
 pkgdesc='a version of mutt with added features'
-url='http://www.neomutt.org/'
+url='https://www.neomutt.org/'
 license=('GPL')
 arch=('x86_64')
 depends=('notmuch-runtime' 'lua')
@@ -16,7 +16,7 @@
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('4c498424cd6ded946c940f38df7cd01604a23059f258f05d979b2580eafc678b'
+sha256sums=('fe573b9b6944c2d40d42e6ab62b711e9980da2d2bc36c533e0ba322fd9f3b851'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 


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

2018-04-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 4, 2018 @ 06:51:42
  Author: bpiotrowski
Revision: 314072

20180323-2: rebuild due to Alad's key revocation

Modified:
  neomutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-04 06:51:39 UTC (rev 314071)
+++ PKGBUILD2018-04-04 06:51:42 UTC (rev 314072)
@@ -6,7 +6,7 @@
 
 pkgname=neomutt
 pkgver=20180323
-pkgrel=1
+pkgrel=2
 pkgdesc='a version of mutt with added features'
 url='http://www.neomutt.org/'
 license=('GPL')


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

2018-03-23 Thread Jelle van der Waa via arch-commits
Date: Friday, March 23, 2018 @ 20:43:59
  Author: jelle
Revision: 311653

upgpkg: neomutt 20180323-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-23 20:40:31 UTC (rev 311652)
+++ PKGBUILD2018-03-23 20:43:59 UTC (rev 311653)
@@ -5,7 +5,7 @@
 # Contributor: Leonidas Spyropoulos 
 
 pkgname=neomutt
-pkgver=20180223
+pkgver=20180323
 pkgrel=1
 pkgdesc='a version of mutt with added features'
 url='http://www.neomutt.org/'
@@ -16,7 +16,7 @@
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('10ba010017cf7db6bb5ac3e2116d6defad56d34be0dceea9d70a66d8510927bb'
+sha256sums=('4c498424cd6ded946c940f38df7cd01604a23059f258f05d979b2580eafc678b'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 


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

2018-03-09 Thread Jelle van der Waa via arch-commits
Date: Friday, March 9, 2018 @ 17:26:00
  Author: jelle
Revision: 305485

upgpkg: neomutt 20180223-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-09 17:24:16 UTC (rev 305484)
+++ PKGBUILD2018-03-09 17:26:00 UTC (rev 305485)
@@ -5,8 +5,8 @@
 # Contributor: Leonidas Spyropoulos 
 
 pkgname=neomutt
-pkgver=20171215
-pkgrel=3
+pkgver=20180223
+pkgrel=1
 pkgdesc='a version of mutt with added features'
 url='http://www.neomutt.org/'
 license=('GPL')
@@ -16,7 +16,7 @@
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('7fb76e99a9f23715ad772ad8f7008c6e2db05eed344817055176c76dbd60c1b5'
+sha256sums=('10ba010017cf7db6bb5ac3e2116d6defad56d34be0dceea9d70a66d8510927bb'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 


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

2018-02-08 Thread Alad Wenter via arch-commits
Date: Thursday, February 8, 2018 @ 18:58:11
  Author: alad
Revision: 290328

upgpkg: neomutt 20171215-3

Remove urlview (out-of-repository)

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 18:47:59 UTC (rev 290327)
+++ PKGBUILD2018-02-08 18:58:11 UTC (rev 290328)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 
 pkgname=neomutt
 pkgver=20171215
-pkgrel=2
+pkgrel=3
 pkgdesc='a version of mutt with added features'
 url='http://www.neomutt.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('mailcap' 'notmuch-runtime' 'lua')
-optdepends=('urlview: for url menu'
-'python: keybase.py')
+depends=('notmuch-runtime' 'lua')
+optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)


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

2018-01-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, January 4, 2018 @ 22:53:12
  Author: bpiotrowski
Revision: 278694

20171215-2: rebuild against gdbm 1.14.1

Modified:
  neomutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-04 22:26:42 UTC (rev 278693)
+++ PKGBUILD2018-01-04 22:53:12 UTC (rev 278694)
@@ -5,7 +5,7 @@
 
 pkgname=neomutt
 pkgver=20171215
-pkgrel=1
+pkgrel=2
 pkgdesc='a version of mutt with added features'
 url='http://www.neomutt.org/'
 license=('GPL')


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

2017-12-19 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 19, 2017 @ 18:10:28
  Author: jelle
Revision: 274902

upgpkg: neomutt 20171215-1

Modified:
  neomutt/trunk/PKGBUILD

--+
 PKGBUILD |   31 +--
 1 file changed, 13 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-19 18:03:21 UTC (rev 274901)
+++ PKGBUILD2017-12-19 18:10:28 UTC (rev 274902)
@@ -4,42 +4,37 @@
 # Contributor: Leonidas Spyropoulos 
 
 pkgname=neomutt
-pkgver=20171208
+pkgver=20171215
 pkgrel=1
 pkgdesc='a version of mutt with added features'
 url='http://www.neomutt.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('mime-types' 'notmuch-runtime' 'lua')
+depends=('mailcap' 'notmuch-runtime' 'lua')
 optdepends=('urlview: for url menu'
 'python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('9fdf28d73a893ad5dfc77f6d8662b599e92c73e6a7ff24c0db4673924e3dd735'
+sha256sums=('7fb76e99a9f23715ad772ad8f7008c6e2db05eed344817055176c76dbd60c1b5'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-autoreconf -i
-}
-
 build() {
 cd "$pkgname-$pkgname-$pkgver"
 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
---enable-debug \
---enable-gpgme \
+--libexecdir=/usr/lib \
+--gpgme \
 --enable-lua \
---enable-notmuch \
---with-gss=/usr \
---with-ssl=/usr \
---with-sasl \
---with-curses=/usr \
---with-idn \
---with-gdbm
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--gdbm
 make
 }
 


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

2017-12-12 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 12, 2017 @ 19:26:05
  Author: jelle
Revision: 274010

upgpkg: neomutt 20171208-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-12 18:41:28 UTC (rev 274009)
+++ PKGBUILD2017-12-12 19:26:05 UTC (rev 274010)
@@ -4,8 +4,8 @@
 # Contributor: Leonidas Spyropoulos 
 
 pkgname=neomutt
-pkgver=20171013
-pkgrel=2
+pkgver=20171208
+pkgrel=1
 pkgdesc='a version of mutt with added features'
 url='http://www.neomutt.org/'
 license=('GPL')
@@ -16,7 +16,7 @@
 makedepends=('git' 'gnupg' 'libxslt')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55'
+sha256sums=('9fdf28d73a893ad5dfc77f6d8662b599e92c73e6a7ff24c0db4673924e3dd735'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 


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

2017-10-18 Thread Alad Wenter
Date: Wednesday, October 18, 2017 @ 19:49:33
  Author: alad
Revision: 263289

upgpkg: neomutt 20171013-2

libtinfo rebuild

Modified:
  neomutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-18 18:42:29 UTC (rev 263288)
+++ PKGBUILD2017-10-18 19:49:33 UTC (rev 263289)
@@ -5,7 +5,7 @@
 
 pkgname=neomutt
 pkgver=20171013
-pkgrel=1
+pkgrel=2
 pkgdesc='a version of mutt with added features'
 url='http://www.neomutt.org/'
 license=('GPL')


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 21:46:22
  Author: alad
Revision: 262808

SVN tags

Modified:
  neomutt/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:45:52 UTC (rev 262807)
+++ PKGBUILD2017-10-14 21:46:22 UTC (rev 262808)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alad Wenter 
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 12:03:40
  Author: alad
Revision: 262746

Update to 20171013

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 11:45:27 UTC (rev 262745)
+++ PKGBUILD2017-10-14 12:03:40 UTC (rev 262746)
@@ -3,7 +3,7 @@
 # Contributor: Leonidas Spyropoulos 
 
 pkgname=neomutt
-pkgver=20171006
+pkgver=20171013
 pkgrel=1
 pkgdesc='a version of mutt with added features'
 url='http://www.neomutt.org/'
@@ -15,7 +15,7 @@
 makedepends=('git' 'gnupg' 'libxslt')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('86e9d945919438a377828b15f03c8690f639062e44151e219e2f8443ae27147c'
+sha256sums=('5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap)