index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-11-02 20:16:35 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-11-02 20:16:35 +0100 |
commit | 46f920a7ddf071ed88dce1933e5e4465320b6230 (patch) | |
tree | bc14da7cd3b56f00d7dcec09f53a6fdd9f0b2f70 | |
parent | 57a7cbe3b10d1170dbe29f968eec8990a9b4ae40 (diff) |
-rw-r--r-- | community/psensor/PKGBUILD | 3 |
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/}) |