hwloc: fix update-check.
This commit is contained in:
parent
1e81475491
commit
9d38c308fd
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'hwloc'
|
# Template file for 'hwloc'
|
||||||
pkgname=hwloc
|
pkgname=hwloc
|
||||||
version=1.11.2
|
version=1.11.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.open-mpi.org/projects/hwloc/"
|
homepage="http://www.open-mpi.org/projects/hwloc/"
|
||||||
distfiles="http://www.open-mpi.org/software/hwloc/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.open-mpi.org/software/hwloc/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=8c029b6b1638245837707bfa6c865f448af4e49e7d352335e019d818b51fecf8
|
checksum=1b12e89f16828df91473b0cd3c47e6f80722152bd1c205bd523bbc7b65214903
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/doc
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
pattern='hwloc v\K[\d.]+'
|
pattern='hwloc v\K[\d.rc]+'
|
||||||
|
ignore='*rc*'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue