From 2639e96d9c69a11990862b6d3a93206b0d135de8 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 5 Jun 2019 02:57:07 -0300 Subject: [PATCH] main/acpi: modernize, fix license --- main/acpi/APKBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/main/acpi/APKBUILD b/main/acpi/APKBUILD index c0e181e9ef..0144f1fad6 100644 --- a/main/acpi/APKBUILD +++ b/main/acpi/APKBUILD @@ -1,19 +1,14 @@ # Maintainer: Cág pkgname=acpi pkgver=1.7 -pkgrel=2 +pkgrel=3 pkgdesc="ACPI client for battery, power, and thermal readings" url="https://sourceforge.net/projects/acpiclient/files/acpiclient/" arch="all" options="!check" # No test suite. -license="GPL-2.0" -depends= -depends_dev="" -makedepends="$depends_dev" -install="" +license="GPL-2.0-or-later" subpackages="$pkgname-doc" source="https://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" -- GitLab