neomutt: update to 20161126.

This commit is contained in:
Toyam Cox 2016-12-05 18:51:26 -05:00
parent 4d9789c200
commit 6f58326101

View file

@ -1,10 +1,10 @@
# Template file for 'neomutt'
pkgname=neomutt
version=20161104
version=20161126
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache
configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache --with-gdbm
--enable-gpgme --with-regex --with-idn --with-ssl --with-sasl --enable-notmuch
--enable-sidebar --enable-exact-address --enable-nfs-fix --sysconfdir=/etc/$pkgname"
hostmakedepends="automake"
@ -17,7 +17,7 @@ maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="GPL-2"
homepage="http://www.neomutt.org"
distfiles="https://github.com/neomutt/neomutt/archive/neomutt-${version}.tar.gz"
checksum=198379db86b7d54238523f2664f3975fe7d71db2ac18ce55085c3ed40eec7356
checksum=c08ca66519b9b63acffcf37f5447905279e440bf44efbe0e9d5af4ee772456f1
case "${XBPS_TARGET_MACHINE}" in
x86_64-musl) CFLAGS="-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1";;