summaryrefslogtreecommitdiff
path: root/core/pciutils/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-30 12:44:18 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-30 12:44:18 -0300
commite1d6648483b87157a15c237e252be452acfb29b4 (patch)
treec3553db4c05e9e0b09061d004705d84a118ccf0d /core/pciutils/PKGBUILD
parentc368f5d06f0242275c55bac695d4e89f17e3e908 (diff)
parent942b42f3f0af4510b3b48bfbecfe1dcab599f7ad (diff)
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
Diffstat (limited to 'core/pciutils/PKGBUILD')
-rw-r--r--core/pciutils/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/pciutils/PKGBUILD b/core/pciutils/PKGBUILD
index 987d32d9e..021049505 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 <tpowa@archlinux.org>
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 'mips64el')
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}}
}