Date: Monday, April 4, 2016 @ 09:14:10 Author: bisson Revision: 263850
upstream update Modified: mutt/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-04 03:15:47 UTC (rev 263849) +++ PKGBUILD 2016-04-04 07:14:10 UTC (rev 263850) @@ -3,8 +3,8 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=mutt -pkgver=1.5.24 -pkgrel=3 +pkgver=1.6.0 +pkgrel=1 pkgdesc='Small but very powerful text-based mail client' url='http://www.mutt.org/' license=('GPL') @@ -13,7 +13,7 @@ optdepends=('smtp-forwarder: to send mail') depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5') source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha1sums=('38a2da5eb01ff83a90a2caee28fa2e95dbfe6898' 'SKIP') +sha1sums=('bab62759af0873a94dc8b85a62a7a9e09e33c6bb' 'SKIP') validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') build() {
