Date: Wednesday, March 13, 2019 @ 09:56:18 Author: bisson Revision: 347825
upstream update Modified: mutt/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-13 08:40:54 UTC (rev 347824) +++ PKGBUILD 2019-03-13 09:56:18 UTC (rev 347825) @@ -2,8 +2,8 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=mutt -pkgver=1.11.3 -pkgrel=2 +pkgver=1.11.4 +pkgrel=1 pkgdesc='Small but very powerful text-based mail client' url='http://www.mutt.org/' license=('GPL') @@ -13,7 +13,7 @@ depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 'krb5') validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha256sums=('a542f4c02faecd171b4215ddbd368910faee4a634cca7aea5337586118ab1941' +sha256sums=('b651357ea6c8762178080493991c77ecb111d916d171d422500257ab48be2801' 'SKIP') build() {
