diff options
Diffstat (limited to 'core/pciutils')
-rw-r--r-- | core/pciutils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pciutils/PKGBUILD b/core/pciutils/PKGBUILD index 28017b729..74caa29f6 100644 --- a/core/pciutils/PKGBUILD +++ b/core/pciutils/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 142117 2011-11-05 10:16:08Z tpowa $ +# $Id: PKGBUILD 150279 2012-02-16 08:29:09Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=pciutils -pkgver=3.1.8 +pkgver=3.1.9 pkgrel=1 pkgdesc="PCI bus configuration space access library and tools" arch=(i686 x86_64 'mips64el') @@ -13,7 +13,7 @@ makedepends=('wget') depends=('glibc') 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=('79312f138311d29291c7d44d624cd37e') +md5sums=('e958f5ffb93b12972964381c38f27eb3') build() { cd "${srcdir}/${pkgname}-${pkgver}" |