diff --git a/common/shlibs b/common/shlibs index e35a84f11fb..22a0d554bec 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libcbor/template b/srcpkgs/libcbor/template index 606bb2e60ec..3b9419bf313 100644 --- a/srcpkgs/libcbor/template +++ b/srcpkgs/libcbor/template @@ -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 " 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" } }