pijul: update to 0.10.0
Closes #14244. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
0c090b4e66
commit
d949f23a38
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'pijul'
|
||||
pkgname=pijul
|
||||
version=0.8.3
|
||||
version=0.10.0
|
||||
revision=1
|
||||
build_wrksrc=$pkgname
|
||||
hostmakedepends="cargo"
|
||||
hostmakedepends="cargo pkg-config"
|
||||
makedepends="libsodium-devel libressl-devel"
|
||||
short_desc="Distributed version control system based on patches"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://pijul.org/"
|
||||
distfiles="https://pijul.org/releases/pijul-${version}.tar.gz"
|
||||
checksum=45ef9ca3ae9d62953731b0c4b88c78fda7efae48e6970454c20581d49e10d4f6
|
||||
checksum=da3fcba4ab39a4371cda7273691364c2355c9b216bb7867d92dae5812ebb71d2
|
||||
nocross=rustcant
|
||||
|
||||
do_build() {
|
||||
cargo build --release
|
||||
cargo build --release ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue