From 076a3f4b67391869e992bc19c749b7c59ec39b81 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 10:22:29 +0200 Subject: [PATCH] atom: use http download instead of git. Makes update check work with atom and verifies the source package. --- srcpkgs/atom/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/atom/template b/srcpkgs/atom/template index f43e37704e3..48d6c74c6aa 100644 --- a/srcpkgs/atom/template +++ b/srcpkgs/atom/template @@ -10,12 +10,9 @@ short_desc="Chrome-based text editor from Github" maintainer="Andrea Brancaleoni " license="MIT" homepage="https://atom.io" +distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz" +checksum="27dadd5b9a63d53e75ff662123960b1ddca6e6dd84073983306b4717854beee0" -do_fetch() { - local url="git://github.com/${pkgname}/${pkgname}" - msg_normal "Fetching source from $url ...\n" - git clone --branch v${version} ${url} ${pkgname}-${version} -} do_build() { script/build }