libversion: update to 2.9.0.
This commit is contained in:
parent
3ce07fc5fd
commit
c6d0acc52d
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libversion'
|
||||
pkgname=libversion
|
||||
version=2.8.2
|
||||
version=2.9.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="Advanced version string comparison library"
|
||||
|
@ -8,7 +8,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/repology/libversion"
|
||||
distfiles="https://github.com/repology/libversion/archive/${version}.tar.gz"
|
||||
checksum=bfc62a89aa7340a9f1c5abb0d2dbe7edd218059b484802b94fe806ca13096eca
|
||||
checksum=ab95e62759a53c2ea2428b39d2e864589f64137c1150f56d166a4754b34736ea
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -20,6 +20,7 @@ libversion-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue