summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Malaco2022-02-27 11:18:10 -0300
committerJonas Malaco2022-02-27 11:18:10 -0300
commited127019477a3a650500d625da627c2baefa183c (patch)
tree3470af10adaa16195545cbfd25ac8602774f7298
parenta62d088609a480de4c38f9720ff0c7cea7576904 (diff)
downloadaur-ed127019477a3a650500d625da627c2baefa183c.tar.gz
Prevent a warning since now that upstream has a __main__.py
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5816ad3cd446..a14af511cf10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liquidctl-git
pkgdesc = Cross-platform tool and drivers for liquid coolers and other devices
- pkgver = 1.8.1.r56.8163803
+ pkgver = 1.8.1.r113.df547dc
pkgrel = 1
url = https://github.com/liquidctl/liquidctl
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index fb8e99bf393c..bdb7e775258b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Sergey Kasmy
pkgname=liquidctl-git
-pkgver=1.8.1.r56.8163803
+pkgver=1.8.1.r113.df547dc
pkgrel=1
pkgdesc='Cross-platform tool and drivers for liquid coolers and other devices'
arch=('any')
@@ -54,7 +54,7 @@ check() {
mkdir -p runtime
XDG_RUNTIME_DIR=runtime python -m pytest
- python -m liquidctl.cli list --verbose
+ python -m liquidctl list --verbose
}
package() {