From a4ed349966b4e5dcda0ac41de439b205d77f3ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Tue, 6 Feb 2018 17:15:37 +0100 Subject: main/mutt: upgrade to 1.9.3 Muttbug and flea have been removed upstream. --- main/mutt/APKBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'main/mutt/APKBUILD') diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD index cf3eafd700..3d8bb6cf49 100644 --- a/main/mutt/APKBUILD +++ b/main/mutt/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Andrew Manison # Maintainer: Natanael Copa pkgname=mutt -pkgver=1.9.2 +pkgver=1.9.3 pkgrel=0 pkgdesc="a small but very powerful text-mode email client" url="http://www.mutt.org" @@ -44,10 +44,8 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install - rm "$pkgdir"/etc/*.dist \ - "$pkgdir"/etc/mime.types \ - "$pkgdir"/usr/bin/muttbug \ - "$pkgdir"/usr/bin/flea + rm -f "$pkgdir"/etc/*.dist \ + "$pkgdir"/etc/mime.types # Don't tamper with the global configuration file. # Many options set in the global config cannot be @@ -57,4 +55,4 @@ package() { "$pkgdir"/etc/Muttrc.gpg.dist } -sha512sums="3e35f3d27f1444bcee38e98fe62d41c7fa5b56ac9d5010b1c2cbf034c1e707491a09ccc7387b8d90d8c6c7150edf1d9093fec981d348cf9495313859d373b339 mutt-1.9.2.tar.gz" +sha512sums="74be92fbad37f4517c55fabb86cf3bef35929e835877bd59daabc21b292a1e999aa3761df935e595a2226f9d30e256d1b828c11845cae10c60b72dc81e19e7cb mutt-1.9.3.tar.gz" -- cgit v1.2.3