diff options
-rw-r--r-- | main/acpi/APKBUILD | 9 |
1 files 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 <ca6c@bitmessage.ch> 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" |