trojita: the commit comes after 0.7.0

This commit is contained in:
Jerome Duval
2021-02-01 15:49:25 +01:00
parent 9b9f52cff7
commit 0a3fdaefae
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ not afraid of making them work."
HOMEPAGE="http://trojita.flaska.net/"
COPYRIGHT="2006-2020 Trojitá developers"
LICENSE="GNU GPL v2"
REVISION="11"
REVISION="1"
srcGitRev="b4f24d73b68d69ae4b643d3279a9e90d991d06cc"
SOURCE_URI="https://github.com/KDE/trojita/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="061189f877ee15b25ce0136c9a4b450cb5788a1a62875a849c4ab5030b12ec33"
@@ -122,9 +122,9 @@ INSTALL()
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
# For release
#local MINOR="`echo "$portVersion" | cut -d. -f3`"
local MINOR="`echo "$portVersion" | cut -d. -f3`"
# For git version
local MINOR="`echo "$portVersion" | cut -d. -f3 | cut -d~ -f1`"
#local MINOR="`echo "$portVersion" | cut -d. -f3 | cut -d~ -f1`"
sed \
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
-e "s|@MAJOR@|$MAJOR|" \