diff --git a/main/pm-utils/APKBUILD b/main/pm-utils/APKBUILD index 70c311f47096dcfa338a248eff998ad08599a062..5343f3e832d6fc7b492b49fc709059d9c53db8b0 100644 --- a/main/pm-utils/APKBUILD +++ b/main/pm-utils/APKBUILD @@ -2,12 +2,15 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=pm-utils pkgver=1.4.1 -pkgrel=2 -pkgdesc="A small collection of scripts that handle suspend and resume on behalf of HAL" +pkgrel=3 +pkgdesc="small collection of scripts that handle suspend and resume on behalf of HAL" url="https://pm-utils.freedesktop.org/wiki/" arch="all" options="!check" # No test suite. license="GPL-2.0-only" +# bash->usr/lib/pm-utils/sleep.d/98video-quirk-db-handler +# kbd->usr/lib/pm-utils/sleep.d/99video +depends="bash kbd" makedepends="linux-headers" subpackages="$pkgname-dev $pkgname-doc" source="https://pm-utils.freedesktop.org/releases/pm-utils-$pkgver.tar.gz"