From cefc1c51cb05858db8570ece9b8d51a638f9a82a Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Mon, 21 Sep 2020 15:23:09 -0300 Subject: [PATCH] main/pm-utils: add some missing dependencies See: 11967 --- main/pm-utils/APKBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/main/pm-utils/APKBUILD b/main/pm-utils/APKBUILD index 70c311f47096..5343f3e832d6 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" -- GitLab