Actually libgpg-error has already been a dependency when using gpgme. The gpgme package already includes libgpg-error as a dependency though. It makes more sense this way as libgpg-error is only required as a part of gpgme, not for itself as far as I know.
Will look into the --with-ui part.
libgpg-error is now a dependency too
This is printed when building:
The configure option "--with-ui" is not used anymore
It can be removed from line 52 of the PKGBUILD.
diff --git a/PKGBUILD b/PKGBUILD
index cc8a91f..b7af989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# Contributor: Chris Salzberg <chris@dejimata.com>
_pkgname=neomutt
pkgname=neomutt-git
-pkgver=20220429.r89.g5dfb39759
+pkgver=20220429.r168.g8280a6351
pkgrel=1
pkgdesc='A version of mutt with added features - development branch'
url='http://www.neomutt.org/'
license=('GPL')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
depends=('glibc' 'gpgme' 'lua53' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet'
'lz4' 'zlib' 'zstd' 'db')
This builds and works on aarch64. Thanks for maintaining this!
@Farzat
Thanks for taking over.
Recently, I've been doing some major refactoring of NeoMutt's code.
There's much more to come, but hopefully the worst is over.
If you have any questions, or discover something that's not-quite-right, please let me know.
I'm always on IRC: #neomutt on irc.libera.chat
Oh, I realised I was the sole maintainer of this package. I didn't add myself, and I don't even use this package. I've disowned it now.
FWIW gnutls 3.7.0-1 works fine for me with the stable neomutt 20201127-1 (from the official repos). Maybe ask upstream or in the Arch forums.
Hi, it seems that 20201127-1 doesn't play well with gnutls later than 3.6.15-1. Maybe we need to update some neomutt dependencies here (I may be mistaken)?
Thanks for sorting that @Alad
Fixed and added Rhinoceros as comaintainer.