mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 02:23:11 +02:00
cliquer: update to 1.23.
This commit is contained in:
parent
69ed7c7a78
commit
447c4d070e
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cliquer'
|
||||
pkgname=cliquer
|
||||
version=1.22
|
||||
version=1.23
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="C routines for finding cliques in an arbitrary weighted graph"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://users.aalto.fi/~pat/cliquer.html"
|
||||
distfiles="https://github.com/dimpase/autocliquer/releases/download/v$version/cliquer-$version.tar.gz"
|
||||
checksum=6ff79e1e9983ebabbca3dd276a8a310cbdeb48c7adf95f37abd83129b566340e
|
||||
checksum=c1d7cc927b7efe76ff4f11e1f01bee473e37360fb54843b16b287e3ad161287b
|
||||
|
||||
cliquer-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
@ -17,5 +17,6 @@ cliquer-devel_package() {
|
|||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/pkgconfig"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue