From 8016f1348827e174c74841bb701348a9a221470c Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 27 Jul 2015 12:11:00 +0200 Subject: [PATCH] sunxi-tools: update to 20150226. --- srcpkgs/sunxi-tools/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template index b78553ea296..1201f2e3514 100644 --- a/srcpkgs/sunxi-tools/template +++ b/srcpkgs/sunxi-tools/template @@ -1,17 +1,19 @@ # Template file for 'sunxi-tools' pkgname=sunxi-tools -version=20150526 +reverts=20150526_1 +version=20150226 revision=1 +_commit=b80e7ce7bd5c2015465c2fd0e5990d47c05c7f8e hostmakedepends="pkg-config git" makedepends="libusb-devel" short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices" maintainer="Juan RP " license="GPL-2" homepage="https://github.com/linux-sunxi/sunxi-tools" +distfiles="$homepage/archive/$_commit.tar.gz" +checksum=93922d654df5153d468b0f7900f96fe858fe457894ff2dd0f5dfb5c94b65475b +wrksrc="$pkgname-$_commit" -do_fetch() { - git clone git://github.com/linux-sunxi/sunxi-tools ${pkgname}-${version} -} do_build() { make CC=$CC }