Date: Tuesday, August 24, 2021 @ 21:15:59 Author: dvzrv Revision: 422514
upgpkg: mutt 2.1.2-1: Upgrade to 2.1.2. Modified: mutt/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-24 16:21:29 UTC (rev 422513) +++ PKGBUILD 2021-08-24 21:15:59 UTC (rev 422514) @@ -3,7 +3,7 @@ # Contributor: tobias [tobias [at] archlinux.org] pkgname=mutt -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc="Small but very powerful text-based mail client" url="http://www.mutt.org/" @@ -24,7 +24,7 @@ prepare() { cd "${pkgname}" - autoreconf -vfi + autoreconf -fiv } build() {
