Package Details: tempered-git r100.e77ee06-1

Git Clone URL: https://aur.archlinux.org/tempered-git.git (read-only, click to copy)
Package Base: tempered-git
Description: Library and utilities to read data from some HID TEMPer USB temperature and humidity sensors
Upstream URL: https://github.com/edorfaus/TEMPered
Licenses: custom
Provides: tempered
Submitter: SeeSchloss
Maintainer: SeeSchloss
Last Packager: SeeSchloss
Votes: 0
Popularity: 0.000000
First Submitted: 2016-07-28 09:53 (UTC)
Last Updated: 2016-07-28 09:54 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

andrej commented on 2019-12-15 21:52 (UTC)

Sadly, all this says is Failed to enumerate devices: (null), no details given. The output of strace doesn't show any surprising failures. It just looks at tens of USB devices, including temperature sensors, and then fails. Not very useful, sadly enough.

14mRh4X0r commented on 2018-11-15 13:10 (UTC)

The following patch makes this package install again.

diff --git a/PKGBUILD b/PKGBUILD
index 104b68c..56ccfab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=tempered-git
 pkgver=r100.e77ee06
-pkgrel=1
+pkgrel=2
 pkgdesc="Library and utilities to read data from some HID TEMPer USB temperature and humidity sensors"
 arch=('i686' 'x86_64')
 url="https://github.com/edorfaus/TEMPered"
@@ -27,7 +27,8 @@ build() {

   cmake "../${pkgname}" \
         -DCMAKE_BUILD_TYPE=Release \
-        -DCMAKE_INSTALL_PREFIX=/usr
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=lib

   make
 }

Score_Under commented on 2018-06-20 12:44 (UTC)

No longer builds because it tries to write to /usr/lib64 instead of /usr/lib