[arch-commits] Commit in liquidctl/repos/community-any (PKGBUILD PKGBUILD)

Filipe Laíns ffy00 at gemini.archlinux.org
Sun Nov 7 19:32:22 UTC 2021


    Date: Sunday, November 7, 2021 @ 19:32:22
  Author: ffy00
Revision: 1038672

archrelease: copy trunk to community-any

Added:
  liquidctl/repos/community-any/PKGBUILD
    (from rev 1038671, liquidctl/trunk/PKGBUILD)
Deleted:
  liquidctl/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-07 19:32:19 UTC (rev 1038671)
+++ PKGBUILD	2021-11-07 19:32:22 UTC (rev 1038672)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=liquidctl
-pkgver=1.7.1
-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' 'python-colorlog' 'i2c-tools')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest')
-source=("git+$url.git?signed#tag=v$pkgver")
-validpgpkeys=('23F335ED4E829797734B22F65841AF7406AF7AD0') # Jonas Tadeu Silva Malaco Filho <jonas at jonasmalaco.com>
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  export DIST_NAME='Arch Linux'
-  export DIST_PACKAGE="$pkgver-$pkgrel"
-
-  python setup.py build
-
-  gzip liquidctl.8
-}
-
-check() {
-  cd $pkgname
-
-  mkdir runtime
-  XDG_RUNTIME_DIR=runtime python -m pytest
-}
-
-package() {
-  cd $pkgname
-
-  python setup.py install --root "$pkgdir" --skip-build -O1
-
-  install -Dm 644 extra/linux/71-liquidctl.rules "$pkgdir"/usr/lib/udev/rules.d/71-liquidctl.rules
-
-  # Install documentation
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership docs/* "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm 644 liquidctl.8.gz "$pkgdir"/usr/share/man/man8/liquidctl.8.gz
-}
-

Copied: liquidctl/repos/community-any/PKGBUILD (from rev 1038671, liquidctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-07 19:32:22 UTC (rev 1038672)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=liquidctl
+pkgver=1.7.2
+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' 'python-colorlog' 'i2c-tools')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-pytest')
+source=("git+$url.git?signed#tag=v$pkgver")
+validpgpkeys=('23F335ED4E829797734B22F65841AF7406AF7AD0') # Jonas Tadeu Silva Malaco Filho <jonas at jonasmalaco.com>
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  export DIST_NAME='Arch Linux'
+  export DIST_PACKAGE="$pkgver-$pkgrel"
+
+  python setup.py build
+
+  gzip liquidctl.8
+}
+
+check() {
+  cd $pkgname
+
+  mkdir runtime
+  XDG_RUNTIME_DIR=runtime python -m pytest
+}
+
+package() {
+  cd $pkgname
+
+  python setup.py install --root "$pkgdir" --skip-build -O1
+
+  install -Dm 644 extra/linux/71-liquidctl.rules "$pkgdir"/usr/lib/udev/rules.d/71-liquidctl.rules
+
+  # Install documentation
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/* "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm 644 liquidctl.8.gz "$pkgdir"/usr/share/man/man8/liquidctl.8.gz
+}
+



More information about the arch-commits mailing list