testing/powerctl: correct group name

This commit is contained in:
Drew DeVault 2022-09-27 22:55:55 +02:00 committed by alice
parent a2579b6c21
commit c59622a506
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
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

View File

@ -1,2 +1,2 @@
#!/bin/sh
addgroup -S powerctl || true
addgroup -S power || true