diff options
author | Joaquín Ignacio Aramendía | 2023-02-15 10:51:19 -0300 |
---|---|---|
committer | Joaquín Ignacio Aramendía | 2023-02-15 10:51:19 -0300 |
commit | 6f87443b28deef90b216662fd5f5fe6509c4c78d (patch) | |
tree | f0545a05beb1a99f543ab600f9da06665c39106d | |
parent | 88f226f7d628605d852a39222a4607886408d258 (diff) | |
download | aur-6f87443b28deef90b216662fd5f5fe6509c4c78d.tar.gz |
Add swh-plugins as dependency
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,7 @@ pkgbase = chimeraos-device-quirks-git makedepends = python-setuptools makedepends = git depends = systemd + depends = swh-plugins depends = ryzenadj-controller-git source = chimeraos-device-quirks::git+https://github.com/ChimeraOS/device-quirks.git md5sums = SKIP @@ -8,6 +8,7 @@ arch=('any') url="https://github.com/ChimeraOS/device-quirks" license=('MIT') depends=('systemd' + 'swh-plugins' 'ryzenadj-controller-git') makedepends=('python-build' 'python-installer' |