From c8f07dbff3340b20da57bad1e31a3293a9e11455 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 21 Feb 2018 20:05:18 -0800 Subject: [PATCH] e2guardian: Change URL to use git directly. Currently the Makefile creates a v---.tar.gz file, which can conflict with other packages. Change to a standard format. Signed-off-by: Rosen Penev --- net/e2guardian/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net/e2guardian/Makefile b/net/e2guardian/Makefile index 14462a460..2628711ea 100644 --- a/net/e2guardian/Makefile +++ b/net/e2guardian/Makefile @@ -14,9 +14,11 @@ PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Luka Perkov -PKG_SOURCE:=v$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/$(PKG_NAME)/$(PKG_NAME)/archive/ -PKG_HASH:=cae011aacf6b250fc021c861fe46e15310349c474bca4553c0f829620e53e3bf +PKG_SOURCE_PROTO:=git +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=https://github.com/$(PKG_NAME)/$(PKG_NAME) +PKG_SOURCE_VERSION:=35be4a5b40aedc6a800c06389c220a8dbf35f1cc +PKG_MIRROR_HASH:=2dab9ba63ee8a2c09ac84f5b69dc5a1e9beb3cf3deede55d405b8bc5dc711e97 PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1