diff options
-rw-r--r-- | abs/core-testing/pciutils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/pciutils/PKGBUILD b/abs/core-testing/pciutils/PKGBUILD index d206022..838f800 100644 --- a/abs/core-testing/pciutils/PKGBUILD +++ b/abs/core-testing/pciutils/PKGBUILD @@ -1,8 +1,8 @@ # $Id: PKGBUILD 7903 2008-08-05 06:38:41Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=pciutils -pkgver=3.0.0 -pkgrel=12 +pkgver=3.1.5 +pkgrel=1 pkgdesc="PCI bus configuration space access library and tools" arch=(i686 x86_64) license=('GPL2') @@ -26,4 +26,4 @@ build() { install -D -m 644 lib/${i} ${startdir}/pkg/usr/include/pci/${i} done } -md5sums=('85b5dae042217cf11bca10d52210a78d') +md5sums=('7ccf8ae2353033158652bdca4e4aad0a') |