From 4f0aef0bc5e3f74f8b60f8500ea975f52be98b08 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 3 May 2019 01:57:21 -0300 Subject: main/logcheck: modernize - Fix license - Comment on why check is disabled --- main/logcheck/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/logcheck') diff --git a/main/logcheck/APKBUILD b/main/logcheck/APKBUILD index 952fb9d5c6..d15e7d04e0 100644 --- a/main/logcheck/APKBUILD +++ b/main/logcheck/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Natanael Copa pkgname=logcheck pkgver=1.3.20 -pkgrel=0 +pkgrel=1 pkgdesc="Bash scripts used to monitor system log files for anomalies" +options="!check" # Requires writing to root owned paths but can't run as root url="http://packages.debian.org/source/sid/logcheck" arch="noarch" -license="GPL" +license="GPL-2.0-or-later" depends="lockfile-progs" install="$pkgname.pre-install" -options="!check" subpackages="$pkgname-doc" pkgusers="logcheck" source="http://ftp.debian.org/debian/pool/main/l/logcheck/${pkgname}_$pkgver.tar.xz -- cgit v1.2.3