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