libbson: update to 1.8.2.

This commit is contained in:
maxice8 2017-11-16 11:49:41 -02:00 committed by Michael Gehring
parent 3e717f7420
commit 41d26e7da3

View file

@ -1,6 +1,6 @@
# Template file for 'libbson'
pkgname=libbson
version=1.8.1
version=1.8.2
revision=1
build_style=gnu-configure
hostmakedepends="perl automake libtool"
@ -9,12 +9,16 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0"
homepage="https://github.com/mongodb/libbson"
distfiles="https://github.com/mongodb/libbson/archive/${version}.tar.gz"
checksum=723e47244751e79dcc80fb8dd6f8cb096433bac8494bcfaf464191b6dcbf2d3e
checksum=3a92ce0378c4507eab5c131fd9402324e8afe708ffac203b5a8dfd1e1a62be60
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
do_check() {
make check
}
libbson-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"