diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 15:06:13 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:10 +0000 |
commit | 9df8250ab3685fb49cecedb4f87d6a177b5d0ba2 (patch) | |
tree | f0c6274bec31f9f8f0ed24a0cdc192e35785fa74 /office/JabRef/JabRef.SlackBuild | |
parent | b5e43e34c103d31311829742629e43cf08ffc594 (diff) |
office/JabRef: Allow VERSION override, validate .desktop.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/JabRef/JabRef.SlackBuild')
-rw-r--r-- | office/JabRef/JabRef.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/JabRef/JabRef.SlackBuild b/office/JabRef/JabRef.SlackBuild index 550a2fd50e346..a71b3adf8a1fd 100644 --- a/office/JabRef/JabRef.SlackBuild +++ b/office/JabRef/JabRef.SlackBuild @@ -26,7 +26,7 @@ # This script is just a binary repackaging. PRGNAM=JabRef -VERSION=2.9.2 +VERSION=${VERSION:-2.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=${ARCH:-noarch} |