libraries/libgnomecups: Allow VERSION override from environment.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-20 04:07:25 -04:00 committed by David Spencer
parent 63253da8dd
commit ed5deed6c5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
# Modified by the SlackBuilds.org project # Modified by the SlackBuilds.org project
PRGNAM=libgnomecups PRGNAM=libgnomecups
VERSION=0.2.3 VERSION=${VERSION:-0.2.3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}