justbuild: update to 1.2.2.
This commit is contained in:
parent
ace59374d6
commit
f4afb025a8
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'justbuild'
|
# Template file for 'justbuild'
|
||||||
pkgname=justbuild
|
pkgname=justbuild
|
||||||
version=1.2.1
|
version=1.2.2
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="jo pandoc pkg-config python3 tar unzip wget"
|
hostmakedepends="jo pandoc pkg-config python3 tar unzip wget"
|
||||||
makedepends="abseil-cpp-devel c-ares-devel catch2 fmt-devel grpc-devel json-c++
|
makedepends="abseil-cpp-devel c-ares-devel catch2 fmt-devel grpc-devel json-c++
|
||||||
libarchive-devel libcurl-devel libgit2-devel openssl-devel re2-devel"
|
libarchive-devel libcurl-devel libgit2-devel openssl-devel re2-devel
|
||||||
|
libexecinfo-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Generic build system supporting multi-repository builds"
|
short_desc="Generic build system supporting multi-repository builds"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -13,7 +14,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/just-buildsystem/justbuild/"
|
homepage="https://github.com/just-buildsystem/justbuild/"
|
||||||
changelog="https://github.com/just-buildsystem/justbuild/blob/master/CHANGELOG.md"
|
changelog="https://github.com/just-buildsystem/justbuild/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/just-buildsystem/justbuild/archive/v${version}.tar.gz"
|
distfiles="https://github.com/just-buildsystem/justbuild/archive/v${version}.tar.gz"
|
||||||
checksum=0fe771914265d3edae0ee17daf2be48ed602e33a0cd1b0d04d822c0b8cb488a4
|
checksum=6a9c8c9793e9f1ad9f57ac81856c8263929a41a7346d01a4a57df2bb1b33db4e
|
||||||
conflicts="just>=0"
|
conflicts="just>=0"
|
||||||
nocross="not supported by bootstrapping"
|
nocross="not supported by bootstrapping"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue