summaryrefslogtreecommitdiff
path: root/core/pciutils
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-30 10:11:16 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-30 10:11:16 +0200
commitc7e80d90ff5637e1be58084748ff74d0aefda9dd (patch)
tree595803e7e17e207ccd5b5d5142124e668cba3a1f /core/pciutils
parent38e2ca05a73307a06dc9a8d6e9e97da7fcdff4fa (diff)
parent3025740c981e5acc29f25b400bc93046776d7008 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/python2-matplotlib/PKGBUILD community-testing/python2-matplotlib/setup.cfg kde-unstable/kdebindings-python/PKGBUILD testing/dbus-core/PKGBUILD testing/dbus/PKGBUILD testing/libusbx/PKGBUILD testing/pyqt/PKGBUILD
Diffstat (limited to 'core/pciutils')
-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}}
}