extra/libcbor to 0.6.1-1

This commit is contained in:
Kevin Mihelich 2020-04-12 20:13:08 +00:00
parent f3a797f5f2
commit 95b7a29624

View file

@ -5,8 +5,8 @@
# - remove -flto from CMakeLists
pkgname=libcbor
pkgver=0.5.0
pkgrel=3
pkgver=0.6.1
pkgrel=1
pkgdesc='C library for parsing and generating CBOR, the general-purpose schema-less binary data format'
url='https://github.com/PJK/libcbor'
arch=('x86_64')
@ -15,8 +15,8 @@ depends=('glibc')
makedepends=('cmake' 'cmocka')
provides=('libcbor.so')
source=(https://github.com/PJK/libcbor/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('9bbec94bb385bad3cd2f65482e5d343ddb97e9ffe261123ea0faa3bfea51d320')
b2sums=('57e15e648159e7858d9d57a8b4cb7f3682f8153248610c9a3385cf9cbdea8babaf81d596b25d44bf6d59c75de23e76cce462fa7860b294019f46636726206d5a')
sha256sums=('19309b84d4d88ae1179f3686bd246d977710801c1603915c51f618ba76727e94')
b2sums=('2a258bc5dea44e54d32012d8f4937330c721ceac380317413dc3a5e52ae998e81785623b86833035151b8f17c5591a797e534ba7f1b66ac26dba58c3ad300afc')
prepare() {
cd ${pkgname}-${pkgver}