libcbor: update to 0.6.0.

This commit is contained in:
Leah Neukirchen 2020-03-16 14:02:08 +01:00
parent 65e9238972
commit 76cb4db942
2 changed files with 4 additions and 5 deletions

View File

@ -3839,7 +3839,7 @@ libmpir.so.23 mpir-3.0.0_1
libmpirxx.so.8 mpir-3.0.0_1
libcaribou.so.0 libcaribou-0.4.21_3
libtinyclipboard.so.1 tinyclipboard-16.01_1
libcbor.so.0 libcbor-0.5.0_1
libcbor.so.0.6.0 libcbor-0.6.0_1
libfido2.so.1 libfido2-1.3.0_1
libjanet.so.1.7 janet-1.7.0_1
libOpenImageDenoise.so.0 openimagedenoise-1.1.0_1

View File

@ -1,15 +1,15 @@
# Template file for 'libcbor'
pkgname=libcbor
version=0.5.0
version=0.6.0
revision=1
build_style=cmake
make_build_args="cbor cbor_shared"
make_build_args="cbor_shared"
short_desc="Library for parsing and generating CBOR, a binary data format"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/PJK/libcbor"
distfiles="https://github.com/PJK/libcbor/archive/v${version}.tar.gz"
checksum=9bbec94bb385bad3cd2f65482e5d343ddb97e9ffe261123ea0faa3bfea51d320
checksum=ad97dfe6462a28956be38c924a5a557acf303d8454ca121e02150a5b87e03ee7
post_install() {
vlicense LICENSE.md
@ -21,7 +21,6 @@ libcbor-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}