Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / pciutils
Commits: ca79efe4 by Tobias Powalowski at 2024-02-27T11:28:36+01:00 upgpkg: 3.11.1-1: update to 3.11.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = pciutils + pkgdesc = PCI bus configuration space access library and tools + pkgver = 3.11.1 + pkgrel = 1 + url = https://mj.ucw.cz/sw/pciutils/ + arch = x86_64 + license = GPL2 + makedepends = git + depends = glibc + depends = hwdata + depends = kmod + optdepends = which: for update-pciids + optdepends = grep: for update-pciids + optdepends = curl: for update-pciids + source = https://mj.ucw.cz/download/linux/pci/pciutils-3.11.1.tar.gz + source = https://mj.ucw.cz/download/linux/pci/pciutils-3.11.1.tar.gz.sign + validpgpkeys = C466A56CADA981F4297D20C31F3D0761D9B65F0B + sha256sums = 1904864ce5b0272d0a2e42e72ceac9e8810d1898480567f36b70642f8205fbfd + sha256sums = SKIP + +pkgname = pciutils ===================================== PKGBUILD ===================================== @@ -1,6 +1,6 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=pciutils -pkgver=3.10.0 +pkgver=3.11.1 pkgrel=1 pkgdesc="PCI bus configuration space access library and tools" arch=(x86_64) @@ -17,7 +17,7 @@ source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver} validpgpkeys=( 'C466A56CADA981F4297D20C31F3D0761D9B65F0B' # Martin Mares <[email protected]> ) -sha256sums=('7deabe38ae5fa88a96a8c4947975cf31c591506db546e9665a10dddbf350ead0' +sha256sums=('1904864ce5b0272d0a2e42e72ceac9e8810d1898480567f36b70642f8205fbfd' 'SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/commit/ca79efe435de108bf3ad87e5c2210097db83b315 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/commit/ca79efe435de108bf3ad87e5c2210097db83b315 You're receiving this email because of your account on gitlab.archlinux.org.
