Date: Thursday, April 15, 2021 @ 19:04:15 Author: ffy00 Revision: 919194
upgpkg: liquidctl 1.6.0-1 Modified: liquidctl/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-15 19:00:19 UTC (rev 919193) +++ PKGBUILD 2021-04-15 19:04:15 UTC (rev 919194) @@ -1,13 +1,13 @@ # Maintainer: Filipe Laíns (FFY00) <[email protected]> pkgname=liquidctl -pkgver=1.5.0 -pkgrel=2 +pkgver=1.6.0 +pkgrel=1 arch=('any') url='https://github.com/liquidctl/liquidctl' license=('GPL3') pkgdesc='Cross-platform CLI and Python drivers for AIO liquid coolers and other devices' -depends=('python' 'python-docopt' 'python-pyusb' 'python-hidapi' 'i2c-tools') +depends=('python' 'python-docopt' 'python-pyusb' 'python-hidapi' 'python-colorlog' 'i2c-tools') makedepends=('git' 'python-setuptools') checkdepends=('python-pytest') source=("git+$url.git?signed#tag=v$pkgver")
