range-v3: update to 0.3.6.

Closes #14454.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-15 20:55:20 -03:00 committed by Enno Boland
parent 327d7495c5
commit c6c8aa378e

View file

@ -1,16 +1,12 @@
# Template file for 'range-v3' # Template file for 'range-v3'
pkgname=range-v3 pkgname=range-v3
version=0.3.5 version=0.3.6
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DRANGE_V3_NO_TESTING=1 -DRANGE_V3_NO_EXAMPLE=1 -DRANGE_V3_NO_PERF=1" configure_args="-DRANGE_V3_EXAMPLES=OFF -DRANGE_V3_PERF=ON -DRANGE_V3_TESTS=ON"
short_desc="Experimental range library for C++11/14/17" short_desc="Experimental range library for C++11/14/17"
maintainer="John <johnz@posteo.net>" maintainer="John <johnz@posteo.net>"
license="mixed" license="BSL-1.0"
homepage="https://github.com/ericniebler/range-v3" homepage="https://github.com/ericniebler/range-v3"
distfiles="https://github.com/ericniebler/range-v3/archive/${version}.tar.gz" distfiles="https://github.com/ericniebler/range-v3/archive/${version}.tar.gz"
checksum=0a0094b450fe17e1454468bef5b6bf60e73ef100aebe1663daf6fbdf2c353836 checksum=ce6e80c6b018ca0e03df8c54a34e1fd04282ac1b068cd39e902e2e5201ac117f
post_install() {
vlicense LICENSE.txt
}