neomutt: update to 20250905 (#5610)

This commit is contained in:
Dirk Stolle 2025-09-06 17:53:15 +02:00 committed by GitHub
parent dca1fbb08c
commit 5e2a098751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,16 @@
# Maintainer: Chris Zheng <chriszheng99@gmail.com>
pkgname=neomutt
pkgver=20250510
pkgver=20250905
pkgrel=1
pkgdesc='a version of mutt with added features'
url='https://neomutt.org/'
msys2_references=(
'anitya: 10882'
'archlinux: neomutt'
'cpe: cpe:2.3:a:neomutt:neomutt'
'gentoo: mail-client/neomutt'
)
license=('GPL')
arch=('i686' 'x86_64')
depends=('libidn2' 'libgpgme' 'libsasl' 'libgdbm' 'ncurses' 'libiconv' 'libopenssl' 'libintl' 'heimdal-libs')
@ -24,7 +30,7 @@ makedepends=(
'pkgconf'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/neomutt/neomutt/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('12d225e270d8e16cda41d855880b9d938750a4f1d647f55c6353337d32ffd653')
sha256sums=('f409fa3803bfc540869b78719400bceda216842e4da024f83ca3060241d9c516')
build() {
cd "${pkgname}-${pkgver}"