summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxsmile2024-05-02 11:50:29 +0200
committerxsmile2024-05-02 11:50:29 +0200
commit124778e2875d00bb15f1b58e67be76a6c429e315 (patch)
tree30ec07fdf96998462277ea0dfc1f3c310e4c88e4 /PKGBUILD
parent5cff8691906c4bdcf8d0bcb446d81f4b2df05579 (diff)
downloadaur-ryzen-ppd.tar.gz
missing python-setuptools make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d733e3ed642..96865fa2655f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ryzen-ppd
pkgver=0.4
-pkgrel=3
+pkgrel=4
pkgdesc='Power management daemon for AMD Ryzen Mobile processors'
arch=(any)
url=https://github.com/xsmile/ryzen-ppd
license=(GPL3)
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-build python-installer python-setuptools python-wheel)
depends=(python-dbus-next-git python-gobject ryzenadj)
optdepends=('acpi_call: for setting ACPI platform profiles')
backup=(etc/ryzen-ppd.ini)