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:16:35 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-11-02 20:16:35 +0100
commit46f920a7ddf071ed88dce1933e5e4465320b6230 (patch)
treebc14da7cd3b56f00d7dcec09f53a6fdd9f0b2f70 /community
parent57a7cbe3b10d1170dbe29f968eec8990a9b4ae40 (diff)
community/psensor: removed dependency on libxnvctrl
Diffstat (limited to 'community')
-rw-r--r--community/psensor/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/psensor/PKGBUILD b/community/psensor/PKGBUILD
new file mode 100644
index 00000000..b398bc88
--- /dev/null
+++ b/community/psensor/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/})