Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages
/ aerc
Commits:
399f9467 by Christian Rebischke at 2025-03-07T23:37:49+01:00
upgpkg: 0.20.1-2
Change license to GPL3. We link aerc with notmuch, therefore we have to change
its
license to GPL3.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = aerc
pkgdesc = Email Client for your Terminal
pkgver = 0.20.1
- pkgrel = 1
+ pkgrel = 2
url = https://git.sr.ht/~rjarry/aerc
arch = x86_64
- license = MIT
+ license = GPL-3.0-only
makedepends = git
makedepends = go
makedepends = scdoc
=====================================
PKGBUILD
=====================================
@@ -6,11 +6,11 @@
pkgname=aerc
pkgver=0.20.1
-pkgrel=1
+pkgrel=2
pkgdesc='Email Client for your Terminal'
arch=('x86_64')
url='https://git.sr.ht/~rjarry/aerc'
-license=('MIT')
+license=('GPL-3.0-only')
depends=(
'gawk'
'glibc'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aerc/-/commit/399f9467e66499230c8b1df2ee0336637905e4de
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aerc/-/commit/399f9467e66499230c8b1df2ee0336637905e4de
You're receiving this email because of your account on gitlab.archlinux.org.