testing/neomutt: upgrade to 20210205

This commit is contained in:
Alex D. 2021-03-28 15:37:04 +00:00
parent ee0ec416be
commit 23c85a7ce6
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 8 additions and 7 deletions

View File

@ -2,19 +2,19 @@
# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=neomutt
pkgver=20200925
pkgver=20210205
pkgrel=0
pkgdesc="Mutt with miscellaneous fixes and feature patches"
url="https://neomutt.org/"
arch="all"
options="chmod-clean" # Tests include 0000 permission reads, required for proper cleanup
options="!check" # read_line test hangs occasionally
license="GPL-2.0-or-later"
makedepends="cyrus-sasl-dev gdbm-dev gettext-dev gpgme-dev libidn-dev
ncurses-dev openssl-dev notmuch-dev bsd-compat-headers libxslt tcl
docbook-xsl perl w3m"
subpackages="$pkgname-doc $pkgname-lang"
source="neomutt-$pkgver.tar.gz::https://github.com/neomutt/neomutt/archive/$pkgver.tar.gz
neomutt-test-files-master.zip::https://github.com/neomutt/neomutt-test-files/archive/master.zip"
source="neomutt-$pkgver.tar.gz::https://github.com/neomutt/neomutt/archive/$pkgver.tar.gz"
# neomutt-test-files-master.zip::https://github.com/neomutt/neomutt-test-files/archive/master.zip
build() {
./configure \
@ -35,9 +35,10 @@ check() {
package() {
make DESTDIR="$pkgdir" install
install -Dm644 contrib/gpg.rc \
install -Dm644 contrib/samples/gpg.rc \
"$pkgdir"/usr/share/doc/$pkgname/examples/Muttrc.gpg
install -Dm644 contrib/samples/sample.neomuttrc \
"$pkgdir"/usr/share/doc/$pkgname/examples/Neomuttrc
}
sha512sums="1ee89ee1b3581fe2b7dafd091e315fcf4d6f7b0644c15b08af8eb2720e83f07ae526b5659abb44430309821f48013fc85af0dd6f140729b2e52e5f874cf3bc50 neomutt-20200925.tar.gz
8f6d06c89665e6a9ecdffe34583b771340df330f38762ce7b408ec9a818f7210263656c63dced200784b4dcb55f7f17fc43fa706ae2944349fcb2e45eb0ace1d neomutt-test-files-master.zip"
sha512sums="4e9faaa989eb17d1f65e835d3ad37bbda3307f9a939f351776d4cb4677d856fa998ba0eff04bf0cf344485977077695e07c55e79e0800888f646c46fbfac8554 neomutt-20210205.tar.gz"