rr: update to 5.0.0.
This commit is contained in:
parent
6fae2eee09
commit
0a0e38c95c
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'rr'
|
# Template file for 'rr'
|
||||||
pkgname=rr
|
pkgname=rr
|
||||||
version=4.5.0
|
version=5.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_SYSTEM_PROCESSOR=${XBPS_TARGET_MACHINE} -DBUILD_TESTS=OFF"
|
configure_args="-DCMAKE_SYSTEM_PROCESSOR=${XBPS_TARGET_MACHINE} -DBUILD_TESTS=OFF"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python"
|
||||||
makedepends="python-pexpect zlib-devel"
|
makedepends="python-pexpect zlib-devel capnproto-devel"
|
||||||
short_desc="Nondeterministic debugger"
|
short_desc="Nondeterministic debugger"
|
||||||
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
license="MIT, BSD"
|
license="MIT, BSD"
|
||||||
homepage="http://rr-project.org/"
|
homepage="http://rr-project.org/"
|
||||||
distfiles="https://github.com/mozilla/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/mozilla/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=19f28259c0aa562c9518ae51207377fa93071a7dc270a0738d8d39e45ae2b1c0
|
checksum=95ab26671f39ffe58ed00a1bd3e211781804b010d73339d6ce7a4b1d0a6815ca
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
case "$XBPS_MACHINE" in
|
case "$XBPS_MACHINE" in
|
||||||
|
|
Loading…
Reference in New Issue