From 7c3a1fed964314c335df9318c3115a43c7103e1a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 21 Jan 2019 16:23:33 -0200 Subject: [PATCH] kaitai-struct-compiler: remove usage of XBPS_FETCH_CMD --- srcpkgs/kaitai-struct-compiler/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/kaitai-struct-compiler/template b/srcpkgs/kaitai-struct-compiler/template index e871e8d5ec2..33d1fbfe63d 100644 --- a/srcpkgs/kaitai-struct-compiler/template +++ b/srcpkgs/kaitai-struct-compiler/template @@ -3,17 +3,15 @@ pkgname=kaitai-struct-compiler version=0.8 revision=1 noarch=yes -hostmakedepends="wget unzip" +hostmakedepends="unzip" depends="virtual?java-environment" short_desc="Compiler for the Kaitai declarative binary format parsing language" maintainer="Andrea Brancaleoni " license="GPL-3" homepage="http://kaitai.io" -distfiles="https://bintray.com/kaitai-io/universal/download_file?file_path=$version%2F$pkgname-$version.zip" +distfiles="https://bintray.com/kaitai-io/universal/download_file?file_path=${version}%2F${pkgname}-${version}.zip" checksum=545fc10e134db2901cad8817be1b440fca6f2bad8b92b2948ebe0647f3ffa2c9 -XBPS_FETCH_CMD=wget - pre_install() { # patch libdir sed -i 's|lib_dir=.*|lib_dir="/usr/share/java/kaitai-struct-compiler"|g' bin/$pkgname