diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-02-06 17:15:37 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-02-06 17:16:11 +0100 |
commit | a4ed349966b4e5dcda0ac41de439b205d77f3ebe (patch) | |
tree | 905eb08db6089024c06cfcd15f2341559516f714 /main/mutt | |
parent | 78b56417b3a02cec079b067437133c29f623c15d (diff) | |
download | aports-a4ed349966b4e5dcda0ac41de439b205d77f3ebe.tar.bz2 aports-a4ed349966b4e5dcda0ac41de439b205d77f3ebe.tar.xz |
main/mutt: upgrade to 1.9.3
Muttbug and flea have been removed upstream.
Diffstat (limited to 'main/mutt')
-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" |