diff --git a/main/acpi/APKBUILD b/main/acpi/APKBUILD index c0e181e9ef91c00081e3b4d4773301c563ed233c..0144f1fad6b51f1fd4facd8210e633d836fe08b8 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"