Date: Monday, December 3, 2018 @ 05:08:31 Author: bisson Revision: 340961
upstream update Modified: mutt/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-02 20:05:25 UTC (rev 340960) +++ PKGBUILD 2018-12-03 05:08:31 UTC (rev 340961) @@ -2,8 +2,8 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=mutt -pkgver=1.11.0 -pkgrel=2 +pkgver=1.11.1 +pkgrel=1 pkgdesc='Small but very powerful text-based mail client' url='http://www.mutt.org/' license=('GPL') @@ -12,17 +12,10 @@ optdepends=('smtp-forwarder: to send mail') depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 'krb5') validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') -source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc} - 'https://gitlab.com/muttmua/mutt/commit/418163744c66dbb529096f2fdbc9d7db9c356ff2.patch') -sha256sums=('92c9261933809fed34d66469cb83c7f83bb29f721cd48d608c40cafd299c10e3' - 'SKIP' - 'f3437d6d57186b2066e410bfba3152753d5cb528201c299fa1426e9403ad5ce2') +source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}) +sha256sums=('705141013662e53b78e49ed545360281f30a09ddda908f4de733277a60b1db05' + 'SKIP') -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../418163744c66dbb529096f2fdbc9d7db9c356ff2.patch -} - build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \
