From 419595f9f5d29abfc20f435c792c809a4ca2170e Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Mon, 20 Mar 2017 10:36:56 -0500 Subject: [PATCH] The following changes were made * Moved to new version scheme * Added BRIEF description --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3233572..89325a2 100644 --- a/Makefile +++ b/Makefile @@ -11,12 +11,13 @@ DEPENDS = bash,dhclient,ifupdown,procps-ng,sysvinit ARCH = x86_64 URL = +BRIEF = Base scripts for sysvinit DESC = This package supplies the base system init scripts for sysvinit ARCHIVE := '' SRCDIR := $(PWD)/SRC/initscripts PATCHDIR := $(PWD)/SRC/patches -VERSION := 0.4sr0 +VERSION := 0.4-1 include /usr/share/snap/Makefile.snaplinux