diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-07-16 01:23:29 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-07-16 01:23:29 (GMT) |
commit | c45ad1018e211d21d68b0b34721242a196be6602 (patch) | |
tree | ec417e36def80057e9bf38e63dd29613abc763cc /abs | |
parent | 828cfafe85aefda8491c02080f653f5ba2859d83 (diff) | |
download | linhes_pkgbuild-c45ad1018e211d21d68b0b34721242a196be6602.zip linhes_pkgbuild-c45ad1018e211d21d68b0b34721242a196be6602.tar.gz linhes_pkgbuild-c45ad1018e211d21d68b0b34721242a196be6602.tar.bz2 |
pciutils: update to 3.1.5 ref 647
Diffstat (limited to 'abs')
-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') |