[arch-commits] Commit in pciutils/trunk (PKGBUILD)
Tobias Powalowski
tpowa at gemini.archlinux.org
Mon Jun 13 12:40:10 UTC 2022
Date: Monday, June 13, 2022 @ 12:40:10
Author: tpowa
Revision: 448394
upgpkg: pciutils 3.8.0-2: #75038
Modified:
pciutils/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-13 11:47:54 UTC (rev 448393)
+++ PKGBUILD 2022-06-13 12:40:10 UTC (rev 448394)
@@ -1,7 +1,7 @@
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=pciutils
pkgver=3.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="PCI bus configuration space access library and tools"
arch=(x86_64)
license=('GPL2')
@@ -28,6 +28,5 @@
package() {
cd $pkgname-$pkgver
make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
- # this is now supplied by the hwids package
- rm -rf "$pkgdir"/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+ rm -rf "$pkgdir"/usr/share/hwdata
}
More information about the arch-commits
mailing list