From ff31f6558b911e924318b059516075f6413c5d8b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 30 Jun 2012 00:01:49 +0000 Subject: Sat Jun 30 00:01:49 UTC 2012 --- core/pciutils/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/pciutils') diff --git a/core/pciutils/PKGBUILD b/core/pciutils/PKGBUILD index 4d8ed4bb0..30462893c 100644 --- a/core/pciutils/PKGBUILD +++ b/core/pciutils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 159402 2012-05-23 20:09:18Z tomegun $ +# $Id: PKGBUILD 162716 2012-06-28 20:04:34Z tpowa $ # Maintainer: Tobias Powalowski pkgname=pciutils -pkgver=3.1.9 -pkgrel=2 +pkgver=3.1.10 +pkgrel=1 pkgdesc="PCI bus configuration space access library and tools" arch=(i686 x86_64) license=('GPL2') @@ -11,7 +11,7 @@ url="http://mj.ucw.cz/sw/pciutils/" depends=('glibc' 'hwids') source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2 ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz) -md5sums=('e958f5ffb93b12972964381c38f27eb3') +md5sums=('cdb1e5a95ab7ac67349f10c8f77a6d3c') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -26,5 +26,5 @@ package() { make SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib install -m644 "${srcdir}/libpci.a" "${pkgdir}/usr/lib/" # this is now supplied by the hwids package - rm -rf $pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8.gz,hwdata}} + rm -rf $pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}} } -- cgit v1.2.3-54-g00ecf