Date: Thursday, November 17, 2022 @ 17:54:07
Author: heftig
Revision: 1349385
3.6.0.r41.g31d1f125-2: enable debug
Modified:
lib32-lm_sensors/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-17 17:46:13 UTC (rev 1349384)
+++ PKGBUILD 2022-11-17 17:54:07 UTC (rev 1349385)
@@ -6,7 +6,7 @@
pkgver=3.6.0.r41.g31d1f125
_commit=31d1f125d8076f1c8c8f3224b31d240e6e6a1763
#_pkgver=${pkgver//./-}
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Collection of user space tools for general SMBus access and hardware
monitoring (32-bit)"
arch=('x86_64')
@@ -15,6 +15,7 @@
makedepends=('git')
depends=('lm_sensors' 'lib32-glibc')
provides=('libsensors.so')
+options=('debug')
#source=(lm_sensors-${pkgver}.tar.gz::https://github.com/groeck/lm-sensors/archive/V${pkgver//\./-}.tar.gz)
source=("git+https://github.com/groeck/lm-sensors.git#commit=${_commit}")
sha256sums=('SKIP')