diff --git a/testing/powerctl/APKBUILD b/testing/powerctl/APKBUILD index e9e6ec0be7f..c71880f523f 100644 --- a/testing/powerctl/APKBUILD +++ b/testing/powerctl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=powerctl pkgver=1.1 -pkgrel=0 +pkgrel=1 pkgdesc="CLI tool to manage Linux power management states" url="https://sr.ht/~sircmpwn/powerctl/" arch="x86_64 aarch64" # Hare diff --git a/testing/powerctl/powerctl.post-install b/testing/powerctl/powerctl.post-install index ac3b48b7282..81f75c5d6a8 100644 --- a/testing/powerctl/powerctl.post-install +++ b/testing/powerctl/powerctl.post-install @@ -1,2 +1,2 @@ #!/bin/sh -addgroup -S powerctl || true +addgroup -S power || true