Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ liquidctl


Commits:
d2144656 by Leonidas Spyropoulos at 2024-04-07T23:32:40+01:00
upgpkg: 1.13.0-2: rebuild for python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,26 @@
+pkgbase = liquidctl
+       pkgdesc = Cross-platform CLI and Python drivers for AIO liquid coolers 
and other devices
+       pkgver = 1.13.0
+       pkgrel = 2
+       url = https://github.com/liquidctl/liquidctl
+       arch = any
+       license = GPL3
+       checkdepends = python-pytest
+       makedepends = git
+       makedepends = python-setuptools-scm
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-wheel
+       depends = python
+       depends = python-docopt
+       depends = python-pyusb
+       depends = python-hidapi
+       depends = python-colorlog
+       depends = i2c-tools
+       depends = python-pillow
+       depends = python-crcmod
+       source = 
git+https://github.com/liquidctl/liquidctl.git?signed#tag=v1.13.0
+       validpgpkeys = 23F335ED4E829797734B22F65841AF7406AF7AD0
+       sha512sums = SKIP
+
+pkgname = liquidctl


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=liquidctl
 pkgver=1.13.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='https://github.com/liquidctl/liquidctl'
 license=('GPL3')
@@ -14,6 +14,12 @@ source=("git+$url.git?signed#tag=v$pkgver")
 validpgpkeys=('23F335ED4E829797734B22F65841AF7406AF7AD0') # Jonas Tadeu Silva 
Malaco Filho <jo...@jonasmalaco.com>
 sha512sums=('SKIP')
 
+prepare() {
+  cd "${pkgname}"
+  #/ 
https://github.com/liquidctl/liquidctl/commit/c50afa4e610bd2e268e85c347e2644794c817a78
+  git cherry-pick -n -m1 c50afa4e610bd2e268e85c347e2644794c817a78
+}
+
 build() {
   cd "${pkgname}"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liquidctl/-/commit/d214465641bb0b03e5a06325188f5e6218a9342a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liquidctl/-/commit/d214465641bb0b03e5a06325188f5e6218a9342a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to