Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / nut
Commits: f5c3bda6 by Maxime Gauduin at 2023-11-20T14:12:58+01:00 upgpkg: 2.8.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,50 @@ +pkgbase = nut + pkgdesc = A collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware + pkgver = 2.8.1 + pkgrel = 1 + url = https://networkupstools.org/ + arch = x86_64 + license = GPL2 + license = GPL3 + makedepends = asciidoc + makedepends = gd + makedepends = git + makedepends = python + makedepends = systemd + depends = gcc-libs + depends = glibc + depends = libtool + depends = libusb-compat + depends = neon + depends = net-snmp + depends = openssl + optdepends = gd: CGI support + provides = network-ups-tools + conflicts = network-ups-tools + replaces = network-ups-tools + options = !makeflags + backup = etc/nut/hosts.conf + backup = etc/nut/nut.conf + backup = etc/nut/ups.conf + backup = etc/nut/upsd.conf + backup = etc/nut/upsd.users + backup = etc/nut/upsmon.conf + backup = etc/nut/upssched.conf + backup = etc/nut/upsstats.html + backup = etc/nut/upsstats-single.html + source = git+https://github.com/networkupstools/nut.git#tag=4ba352d8f82e4c51032d4166d4cc3276b31fb3a5 + source = nut.sysusers + source = nut.tmpfiles + source = nut-lowspeed-buffer-size.patch + source = nut-no-libdummy.patch + source = nut-openssl-1.1.patch + source = nut-snmp-usb-order.patch + b2sums = SKIP + b2sums = b136678723bae38f2e1b99d682e5bad6c4387c2d709052681f1dc0d41e8dd6d061115f6d3e573400bded671296ca61e5e194258e801c83f26bf309313b3f2319 + b2sums = b5466d4142fdeadd07859c030a9e6f7a73f1a4f3902a07b6e8b9a5ead738279ff557ac21770edef21e55b015a3b19cd9579e638da0a37f102ed130ed749ac03b + b2sums = cdd11335a8d60b2cada25a2cd9be2d0f1c911029a46e3adf8eda7d8687c1b2caf0fd66cd92c41ecbd660d44bc2606e92aa81d4a2c9746b2ef9e15c4048679487 + b2sums = 0314fe2358fab9d49a8bc5b939c2855151c4f35b2b51e6d1accf25469c9d55831960cd5f9b53ee151fb5a45ae7068c9bfcc91c84a7623b783f6c3c5d5da75d65 + b2sums = 17877276e46372aa17d357efc0851b9cdb33b14ac0c40913b47ea513a8ecaa6eebe3241ae8b324583070d76b6c12d3cf18c043778754b5774af846fb8a33b4d7 + b2sums = e39f049413cb3d393befe5795c895128271f4ca2791b5723eba5c5f20be0b770369ee6144a1e5d6793727709b1ba578d8ace6cbf91695a2771453047827e5334 + +pkgname = nut ===================================== PKGBUILD ===================================== @@ -6,8 +6,8 @@ # Contributor: Dan Ziemba <[email protected]> pkgname=nut -pkgver=2.8.0 -pkgrel=3 +pkgver=2.8.1 +pkgrel=1 pkgdesc='A collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware' arch=(x86_64) url=https://networkupstools.org/ @@ -47,7 +47,7 @@ backup=( etc/nut/upsstats.html etc/nut/upsstats-single.html ) -_tag=ff16dabca191e5fd8ddc20137317bdebee554d8d +_tag=4ba352d8f82e4c51032d4166d4cc3276b31fb3a5 source=( git+https://github.com/networkupstools/nut.git#tag=${_tag} nut.sysusers View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nut/-/commit/f5c3bda695ff31b43e5f0e0f020aaf8d3760e17a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nut/-/commit/f5c3bda695ff31b43e5f0e0f020aaf8d3760e17a You're receiving this email because of your account on gitlab.archlinux.org.
