Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-11-02 20:19:29 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-11-02 20:19:29 +0100
commita2c335fa414cccd97add9f1c54fa3589a0e47fd6 (patch)
tree055b24558d43488ddc8436bced95639c6dc4e164 /community
parent46f920a7ddf071ed88dce1933e5e4465320b6230 (diff)
community/sensors-applet: removed dependency on libxnvctrl
Diffstat (limited to 'community')
-rw-r--r--community/sensors-applet/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/sensors-applet/PKGBUILD b/community/sensors-applet/PKGBUILD
new file mode 100644
index 00000000..b398bc88
--- /dev/null
+++ b/community/sensors-applet/PKGBUILD
@@ -0,0 +1,3 @@
+# libxnvctrl is Nvidia only, so sorry, there is no 32-bit version for
+# it, then we will not build support for it..
+depends=(${depends[@]//libxnvctrl/})