summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquín Ignacio Aramendía2023-02-15 10:51:19 -0300
committerJoaquín Ignacio Aramendía2023-02-15 10:51:19 -0300
commit6f87443b28deef90b216662fd5f5fe6509c4c78d (patch)
treef0545a05beb1a99f543ab600f9da06665c39106d
parent88f226f7d628605d852a39222a4607886408d258 (diff)
downloadaur-6f87443b28deef90b216662fd5f5fe6509c4c78d.tar.gz
Add swh-plugins as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0bfe8daac99..507f35cd5c6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6222f2c3d111..2b597f7ca560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'