diff options
-rw-r--r-- | main/mutt/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
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 <amanison@anselsystems.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> 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" |