Bump MAJOR_VERSION

This bump reflects the big change introduced with using git cloning.
Therefore we know all versions pre-6 do not use git clone

Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
Jguer 2018-04-26 20:50:33 +01:00
parent a5fa47ffac
commit 66362aa981
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ PREFIX := /usr
DESTDIR :=
ifndef VERSION
MAJORVERSION := 5
MAJORVERSION := 6
MINORVERSION ?= $(shell git rev-list --count master)
endif
VERSION := ${MAJORVERSION}.${MINORVERSION}

View file

@ -49,7 +49,7 @@ func install(parser *arguments) error {
}
for _, up := range aurUp {
requestTargets = append(requestTargets, "aur/" + up.Name)
requestTargets = append(requestTargets, "aur/"+up.Name)
}
for _, up := range repoUp {