summaryrefslogtreecommitdiff
path: root/core/pciutils
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-04 10:44:43 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-04 10:44:43 +0200
commit64552a84f9eb436e191d738ef4ebc552a768048d (patch)
tree9a16774f362322e8aa58fc2971593ea690149b87 /core/pciutils
parentaeb7c621efc55ae3b2761257f0fc307f097efec0 (diff)
parent5f3b2100b811506bec6bcf63b24d1c605dfe8cb6 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/gnome-nettool/PKGBUILD
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 021049505..2327821f6 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 'mips64el')
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