summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1e929e1f2a4..e2ddce26d96b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = collectd
pkgdesc = Daemon which collects system performance statistics periodically
pkgver = 5.12.0
- pkgrel = 11
+ pkgrel = 14
url = https://collectd.org/
arch = x86_64
arch = aarch64
- license = GPL
+ license = MIT AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-only AND ISC AND MIT-0
makedepends = curl
makedepends = libdbi
makedepends = libesmtp
diff --git a/PKGBUILD b/PKGBUILD
index c60d18b85253..55279ed97ef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=collectd
pkgver=5.12.0
-pkgrel=11
+pkgrel=14
pkgdesc='Daemon which collects system performance statistics periodically'
url='https://collectd.org/'
arch=('x86_64' 'aarch64')
-license=('GPL')
+license=('MIT AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-only AND ISC AND MIT-0')
optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
'libdbi: dbi plugin'