From de713a295ad1430e0a213292a19a5c810d0ede6c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:20:47 +0200 Subject: [PATCH] daemonize: use http download instead of git. Makes update check work with daemonize and verifies the source package. --- srcpkgs/daemonize/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/daemonize/template b/srcpkgs/daemonize/template index 647f31f49cf..9ca2738508a 100644 --- a/srcpkgs/daemonize/template +++ b/srcpkgs/daemonize/template @@ -3,15 +3,10 @@ pkgname=daemonize version=1.7.5 revision=1 build_style=gnu-configure -hostmakedepends="git" short_desc="Run a program as a Unix daemon" maintainer="Andrea Brancaleoni " license="BSD, MIT, Public Domain" homepage="http://software.clapper.org/daemonize/daemonize.html" - - -do_fetch() { - local url="git://github.com/bmc/daemonize" - msg_normal "Fetching source from $url ...\n" - git clone --branch release-${version} ${url} ${pkgname}-${version} -} +distfiles="https://github.com/bmc/$pkgname/archive/release-$version.tar.gz" +checksum="616220b8dc5721d93bd45e63b2617dbe07cd10a572da505405d64f640b98a06b" +wrksrc="$pkgname-release-$version"