hwloc: fix update-check.

This commit is contained in:
Christian Neukirchen 2016-04-14 12:16:52 +02:00
parent 1e81475491
commit 9d38c308fd
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'hwloc'
pkgname=hwloc
version=1.11.2
version=1.11.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -13,7 +13,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD"
homepage="http://www.open-mpi.org/projects/hwloc/"
distfiles="http://www.open-mpi.org/software/hwloc/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
checksum=8c029b6b1638245837707bfa6c865f448af4e49e7d352335e019d818b51fecf8
checksum=1b12e89f16828df91473b0cd3c47e6f80722152bd1c205bd523bbc7b65214903
post_install() {
rm -rf ${DESTDIR}/usr/share/doc

View file

@ -1 +1,2 @@
pattern='hwloc v\K[\d.]+'
pattern='hwloc v\K[\d.rc]+'
ignore='*rc*'