Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
neomutt


Commits:
7016e362 by Frederik Schwan at 2024-03-26T11:30:34+01:00
rearrange arrays

- - - - -
a26e6041 by Frederik Schwan at 2024-03-26T11:32:26+01:00
fix SPDX license identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -9,19 +9,44 @@ pkgver=20240323
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
-license=('GPL')
+license=('GPL-2.0-only')
 arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua53' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
-         'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet'
-         'lz4' 'zlib' 'zstd')
-optdepends=('python: keybase.py'
-            'perl: smime_keys'
-            'ca-certificates: default CA certificates')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+depends=(
+    'gdbm'
+    'glibc'
+    'gnutls'
+    'gpgme'
+    'krb5'
+    'kyotocabinet'
+    'libidn2'
+    'libsasl'
+    'lmdb'
+    'lua53'
+    'lz4'
+    'ncurses'
+    'notmuch-runtime'
+    'sqlite'
+    'zlib'
+    'zstd'
+)
+optdepends=(
+    'ca-certificates: default CA certificates'
+    'perl: smime_keys'
+    'python: keybase.py'
+)
+makedepends=(
+    'docbook-xsl'
+    'git'
+    'gnupg'
+    'libxslt'
+    'w3m'
+)
 _github='https://github.com/neomutt/neomutt'
-source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
-        
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
-        "default-ca-certificates.patch")
+source=(
+    "$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
+    
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
+    "default-ca-certificates.patch"
+)
 sha256sums=('b6f397cf90fc18c925a7bcabcb75393c7cd2751ccd50efe93a4f401932513c45'
             'SKIP'
             '571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neomutt/-/compare/c9620688672369cafabc13e183852ddaf7fc21dd...a26e6041565adaa43cd62189ffef2459e929c9e9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neomutt/-/compare/c9620688672369cafabc13e183852ddaf7fc21dd...a26e6041565adaa43cd62189ffef2459e929c9e9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to