Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / lshw
Commits: e1282587 by Sergej Pupykin at 2026-02-15T01:00:04+03:00 upgpkg: B.02.20-3 https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = lshw pkgdesc = A small tool to provide detailed information on the hardware configuration of the machine. pkgver = B.02.20 - pkgrel = 2 + pkgrel = 3 url = https://ezix.org/project/wiki/HardwareLiSter arch = x86_64 license = GPL @@ -9,7 +9,6 @@ pkgbase = lshw makedepends = sqlite makedepends = git makedepends = gtk3 - depends = gcc-libs depends = hwdata optdepends = gtk3 source = lshw-B.02.20::git+https://ezix.org/src/pkg/lshw.git#commit=4c6497c8b0a67cd9fa9693e9101a7cafd3297e81 ===================================== PKGBUILD ===================================== @@ -5,12 +5,12 @@ pkgname=lshw pkgver=B.02.20 _commit=4c6497c8b0a67cd9fa9693e9101a7cafd3297e81 -pkgrel=2 +pkgrel=3 pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine." url="https://ezix.org/project/wiki/HardwareLiSter" license=('GPL') arch=('x86_64') -depends=('gcc-libs' 'hwdata') +depends=('hwdata') optdepends=('gtk3') makedepends=('gcc' 'sqlite' 'git' 'gtk3') #source=(https://ezix.org/software/files/lshw-$pkgver.tar.gz View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lshw/-/commit/e12825879d19d6e8c98dc5c72eda6a055ec932a2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lshw/-/commit/e12825879d19d6e8c98dc5c72eda6a055ec932a2 You're receiving this email because of your account on gitlab.archlinux.org.
