From 8f524b8a7f9e69cae15f25ba3de55d25d95d9d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 24 Jul 2017 00:21:46 +0200 Subject: [PATCH] bcunit: update to 3.0.2 --- srcpkgs/bcunit/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/bcunit/template b/srcpkgs/bcunit/template index 083674aa154..9a93973f138 100644 --- a/srcpkgs/bcunit/template +++ b/srcpkgs/bcunit/template @@ -1,17 +1,15 @@ # Template file for 'bcunit' pkgname=bcunit -version=3.0 -revision=2 -_gitrev=29c556fa8ac1ab21fba1291231ffa8dea43cf32a -wrksrc="${pkgname}-${_gitrev}" +version=3.0.2 +revision=1 build_style=gnu-configure hostmakedepends="automake libtool" short_desc="Lightweight unit tests in C" maintainer="Jürgen Buchmüller " license="LGPL-2" homepage="https://github.com/BelledonneCommunications/bcunit" -distfiles="https://github.com/BelledonneCommunications/bcunit/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=e379c26a429537da8408361a99f04c4492786f21d2ce6abb55fe7dcde4bc6206 +distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f pre_configure() { NOCONFIGURE=1 ./autogen.sh