[arch-commits] Commit in pciutils/trunk (PKGBUILD)

Tobias Powalowski tpowa at gemini.archlinux.org
Wed Apr 20 19:40:20 UTC 2022


    Date: Wednesday, April 20, 2022 @ 19:40:20
  Author: tpowa
Revision: 442993

upgpkg: pciutils 3.8.0-1: bump to latest version

Modified:
  pciutils/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-20 19:39:30 UTC (rev 442992)
+++ PKGBUILD	2022-04-20 19:40:20 UTC (rev 442993)
@@ -1,7 +1,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=pciutils
-pkgver=3.7.0
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(x86_64)
 license=('GPL2')
@@ -14,10 +14,9 @@
 validpgpkeys=(
               '5558F9399CD7836850553C6EC28E7847ED70F82D' # Martin Mares <mj at ucw.cz>
              )
+sha256sums=('3f398d983aab42f3872e4e0ee9ecb1f0fd68f028e00246aa2ca7c3a7408d6fab'
+            'SKIP')
 
-md5sums=('51554c538b5a57b61123326e14ea28a1'
-         'SKIP')
-
 build() {
   cd $pkgname-$pkgver
   make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 



More information about the arch-commits mailing list