summaryrefslogtreecommitdiff
path: root/core/pciutils
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-04 00:41:51 -0700
committerroot <root@rshg054.dnsready.net>2013-05-04 00:41:51 -0700
commit5f3b2100b811506bec6bcf63b24d1c605dfe8cb6 (patch)
tree8496666b775c5132608aadbb2f7cae113be74ad2 /core/pciutils
parent32b069e79cb891e99962cbac53e2950c11ea403f (diff)
Sat May 4 00:41:51 PDT 2013
Diffstat (limited to 'core/pciutils')
-rw-r--r--core/pciutils/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/pciutils/PKGBUILD b/core/pciutils/PKGBUILD
index 30462893c..3ff913b2e 100644
--- a/core/pciutils/PKGBUILD
+++ b/core/pciutils/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 162716 2012-06-28 20:04:34Z tpowa $
+# $Id: PKGBUILD 184187 2013-05-03 10:22:45Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=pciutils
-pkgver=3.1.10
-pkgrel=1
+pkgver=3.2.0
+pkgrel=2
pkgdesc="PCI bus configuration space access library and tools"
arch=(i686 x86_64)
license=('GPL2')
groups=('base')
url="http://mj.ucw.cz/sw/pciutils/"
-depends=('glibc' 'hwids')
+depends=('glibc' 'hwids' 'kmod')
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=('cdb1e5a95ab7ac67349f10c8f77a6d3c')
+md5sums=('3fccb0b28879adb57d8156115f8003c8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+ make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man lib/libpci.a
cp lib/libpci.a "${srcdir}/"
make clean
make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all