diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 13:41:43 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-12 14:58:04 +0200 |
commit | f8e8f9696d4c7e91e7fb426f5edb46d35ad3f973 (patch) | |
tree | e30fa062db6381f459517dcacf29dfd93ea79d5e /main/lm_sensors/APKBUILD | |
parent | 76a40018a2c3508e0c0634770258383526e135a9 (diff) | |
download | aports-f8e8f9696d4c7e91e7fb426f5edb46d35ad3f973.tar.bz2 aports-f8e8f9696d4c7e91e7fb426f5edb46d35ad3f973.tar.xz |
main/lm_sensors: fix url, fix license
Diffstat (limited to 'main/lm_sensors/APKBUILD')
-rw-r--r-- | main/lm_sensors/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lm_sensors/APKBUILD b/main/lm_sensors/APKBUILD index 8c44dc4149..18c40213c5 100644 --- a/main/lm_sensors/APKBUILD +++ b/main/lm_sensors/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lm_sensors pkgver=3.4.0 -pkgrel=6 +pkgrel=7 pkgdesc="Collection of user space tools for general SMBus access and hardware monitoring." -url="http://www.lm-sensors.org/" +url="https://github.com/lm-sensors/lm-sensors" arch="all" options="!check" # No test suite. -license="LGPL-2.1+, GPL-2.0+" # libs are LGPL, binaries are GPL +license="LGPL-2.1-or-later AND GPL-2.0-or-later" # libs are LGPL, binaries are GPL depends="bash sysfsutils" makedepends="perl rrdtool-dev bison flex" subpackages="$pkgname-dev $pkgname-doc $pkgname-detect $pkgname-sensord |