upg pciutils
This commit is contained in:
parent
55d2e88dff
commit
f32fe7d045
2 changed files with 8 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=pciutils
|
||||
pkgver=3.10.0
|
||||
pkgver=3.11.1
|
||||
pkgrel=01
|
||||
pkgdesc="PCI bus configuration space access library and tools"
|
||||
url="https://mj.ucw.cz/sw/pciutils/"
|
||||
|
@ -17,9 +17,9 @@ optdepends=('which: for update-pciids'
|
|||
'grep: for update-pciids'
|
||||
'curl: for update-pciids')
|
||||
source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
|
||||
# https://mirrors.edge.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.{xz,sign})
|
||||
https://mirrors.edge.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.{xz,sign})
|
||||
# https://mirrors.edge.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.xz)
|
||||
https://mj.ucw.cz/download/linux/pci/${pkgname}-${pkgver}.tar.gz{,.sign})
|
||||
# https://mj.ucw.cz/download/linux/pci/${pkgname}-${pkgver}.tar.gz{,.sign})
|
||||
#git+https://github.com/pciutils/pciutils.git#tag=v$pkgver?signed)
|
||||
|
||||
build() {
|
||||
|
@ -45,16 +45,8 @@ license=('GPL2')
|
|||
validpgpkeys=(C466A56CADA981F4297D20C31F3D0761D9B65F0B # Martin Mares <mj@ucw.cz>
|
||||
5558F9399CD7836850553C6EC28E7847ED70F82D) # Martin Mares <mj@ucw.cz>
|
||||
|
||||
sha256sums=(7deabe38ae5fa88a96a8c4947975cf31c591506db546e9665a10dddbf350ead0 # pciutils-3.10.0.tar.xz
|
||||
5790fe2b480acc071818e4138aedddc9fd8c1221f4f5077ede7e1237e919c8fb) # pciutils-3.10.0.tar.gz.sign
|
||||
sha256sums=(3f472ad864473de5ba17f765cc96ef5f33e1b730918d3adda6f945a2a9290df4 # pciutils-3.11.1.tar.xz
|
||||
fa80ca25bfba105e1aaf7ffcd0a45e3679fb8d723157e25a109f4f2b3428e1d4) # pciutils-3.11.1.tar.sign
|
||||
|
||||
# https://mirrors.edge.kernel.org/pub/software/utils/pciutils/sha256sums.asc
|
||||
##
|
||||
|
||||
## a057835e84db5a0a724ccaff7aba7f33c388edac0a5d06e7ddcb36494b52e6b2 pciutils-3.10.0.tar.sign
|
||||
## 238a2e27166730e53a17fe07bfad229e07fa39b618117e5944b6d7eda9fbb0e9 pciutils-3.10.0.tar.xz (alt source)
|
||||
|
||||
## 7deabe38ae5fa88a96a8c4947975cf31c591506db546e9665a10dddbf350ead0 pciutils-3.10.0.tar.gz
|
||||
|
||||
## dae0dbbb5166d8987020e59028cb1ba62dbf5b6410b7fd4ea7cea94da8fd769b pciutils-3.10.0-01-x86_64.pkg.tar.lz
|
||||
## 8bb4785517d603af0a9d936c6dde43743d52c18d7bfa5cb6db717948dfbae2bc pciutils-3.11.1-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
pkgname=pciutils
|
||||
pkgver=3.10.0
|
||||
pkgver=3.11.1
|
||||
pkgrel=1
|
||||
pkgdesc="PCI bus configuration space access library and tools"
|
||||
arch=(x86_64)
|
||||
|
@ -17,7 +17,7 @@ source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}
|
|||
validpgpkeys=(
|
||||
'C466A56CADA981F4297D20C31F3D0761D9B65F0B' # Martin Mares <mj@ucw.cz>
|
||||
)
|
||||
sha256sums=('7deabe38ae5fa88a96a8c4947975cf31c591506db546e9665a10dddbf350ead0'
|
||||
sha256sums=('1904864ce5b0272d0a2e42e72ceac9e8810d1898480567f36b70642f8205fbfd'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue