T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / mutt
Commits:
1901eacf by T.J. Townsend at 2025-02-26T12:22:19-05:00
remove old install file, update license
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- − mutt.install
Changes:
=====================================
.SRCINFO
=====================================
@@ -3,9 +3,8 @@ pkgbase = mutt
pkgver = 2.2.14
pkgrel = 1
url = http://www.mutt.org/
- install = mutt.install
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = docbook-xml
makedepends = docbook-xsl
makedepends = elinks
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Small but very powerful text-based mail client"
arch=(x86_64)
url="http://www.mutt.org/"
-license=(GPL2)
+license=(GPL-2.0-or-later)
depends=(
glibc
libgpg-error
@@ -38,7 +38,6 @@ optdepends=(
'smtp-forwarder: to send mail'
)
backup=(etc/$pkgname/Muttrc)
-install=$pkgname.install
source=("git+https://gitlab.com/muttmua/mutt.git#tag=mutt-${pkgver//./-}-rel?signed")
sha512sums=('e83e8beff1994d1f371a95ca15106060212f6a6e260544a4ef5314532aaac24178250e29f5c6ba220104af1b9c45c2b21bcfee28d946e38b7918bb241e578023')
b2sums=('628142f0a41a3eb217a0a4c6c1e2ace4682481488fef6f080becbaa8c4c851796c6efa38459ec174ce3033fec07c6d9277553b56a83316addaae10ee5e3c2e22')
=====================================
mutt.install deleted
=====================================
@@ -1,11 +0,0 @@
-## arg 1: the new package version
-## arg 2: the old package version
-post_upgrade() {
- if (( $(vercmp "$2" '2.2.9-3') <= 0)); then
- cat <<MSG
->>> The system-wide configuration location has moved to /etc/mutt/Muttrc.
- Samples can be found below /usr/share/doc/mutt/samples/.
-MSG
- fi
-}
-
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mutt/-/commit/1901eacfbe555b4377906dbfc5ff5070756c2d58
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mutt/-/commit/1901eacfbe555b4377906dbfc5ff5070756c2d58
You're receiving this email because of your account on gitlab.archlinux.org.