Date: Thursday, March 24, 2011 @ 17:41:03 Author: bisson Revision: 116680
add backup array for system-wide Muttrc Modified: mutt/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-24 21:01:19 UTC (rev 116679) +++ PKGBUILD 2011-03-24 21:41:03 UTC (rev 116680) @@ -4,11 +4,12 @@ pkgname=mutt pkgver=1.5.21 -pkgrel=3 +pkgrel=4 pkgdesc='Small but very powerful text-based mail client' url='http://www.mutt.org/' +license=('GPL') +backup=('etc/Muttrc') arch=('i686' 'x86_64') -license=('GPL') depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'heimdal') source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz") sha1sums=('a8475f2618ce5d5d33bff85c0affdf21ab1d76b9')
