lmdb++: upate to 1.0.0

Move to an active fork
This commit is contained in:
FollieHiyuki 2021-04-24 18:15:21 +03:00 committed by Érico Nogueira Rolim
parent 82ecb80870
commit cb458b8b79

View file

@ -1,14 +1,15 @@
# Template file for 'lmdb++' # Template file for 'lmdb++'
pkgname=lmdb++ pkgname=lmdb++
version=0.9.14.0+20160229 version=1.0.0
revision=3 revision=1
_commit=0b43ca87d8cfabba392dfe884eb1edb83874de02 wrksrc="lmdbxx-${version}"
wrksrc="lmdbxx-${_commit}"
build_style=gnu-makefile build_style=gnu-makefile
depends="lmdb-devel" depends="lmdb-devel"
short_desc="C++11 wrapper for the LMDB database library" short_desc="C++11 wrapper for the LMDB database library"
maintainer="Lorem <notloremipsum@protonmail.com>" maintainer="Lorem <notloremipsum@protonmail.com>"
license="Unlicense" license="Unlicense"
homepage="https://github.com/drycpp/lmdbxx/" homepage="https://github.com/hoytech/lmdbxx/"
distfiles="https://github.com/drycpp/lmdbxx/archive/${_commit}.tar.gz" distfiles="https://github.com/hoytech/lmdbxx/archive/${version}.tar.gz"
checksum=93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd checksum=5e12eb3aefe9050068af7df2c663edabc977ef34c9e7ba7b9d2c43e0ad47d8df
# Check links against libsanitizer, not available on all platforms
make_check=no