T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / msmtp


Commits:
f67f5365 by T.J. Townsend at 2025-03-17T15:24:18-04:00
update license and tweak pkg description

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = msmtp
-       pkgdesc = A mini smtp client
+       pkgdesc = A mini SMTP client
        pkgver = 1.8.28
        pkgrel = 1
        url = https://marlam.de/msmtp/
        arch = x86_64
-       license = GPL3
+       license = GPL-3.0-or-later
        makedepends = git
        makedepends = libsecret
        makedepends = gsasl
@@ -21,7 +21,7 @@ pkgname = msmtp
        depends = gsasl
 
 pkgname = msmtp-mta
-       pkgdesc = A mini smtp client - the regular MTA
+       pkgdesc = A mini SMTP client - the regular MTA
        depends = msmtp
        provides = smtp-forwarder
        conflicts = smtp-forwarder


=====================================
PKGBUILD
=====================================
@@ -6,10 +6,10 @@ pkgbase=msmtp
 pkgname=('msmtp' 'msmtp-mta')
 pkgver=1.8.28
 pkgrel=1
-pkgdesc="A mini smtp client"
+pkgdesc="A mini SMTP client"
 arch=('x86_64')
 url="https://marlam.de/msmtp/";
-license=('GPL3')
+license=('GPL-3.0-or-later')
 makedepends=('git' 'libsecret' 'gsasl' 'texlive-plaingeneric')
 optdepends=('libnotify: for msmtpq notifications'
             'netcat: for included msmtpq script')
@@ -50,7 +50,7 @@ package_msmtp() {
 }
 
 package_msmtp-mta() {
-  pkgdesc="A mini smtp client - the regular MTA"
+  pkgdesc="A mini SMTP client - the regular MTA"
   depends=('msmtp')
   provides=('smtp-forwarder')
   conflicts=('smtp-forwarder')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/msmtp/-/commit/f67f5365631a3d2b870f4df517b1e9d5559b7051

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/msmtp/-/commit/f67f5365631a3d2b870f4df517b1e9d5559b7051
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to