diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 20:40:56 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:20 +0000 |
commit | b2e26916d13d471a66ae62323bef03adf4e2c0f3 (patch) | |
tree | 80aefd9b4e451daa346160f35887ae0a740a646b /perl/perl-Alien-SDL | |
parent | a10b1d99e40085cf0d1f7ecce0f464ec60dfdaef (diff) |
perl/perl-Alien-SDL: Allow VERSION override.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Alien-SDL')
-rw-r--r-- | perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild b/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild index 85c550ca65ae..4fd56fd85d7d 100644 --- a/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild +++ b/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=perl-Alien-SDL SRCNAM=Alien-SDL -VERSION=1.446 +VERSION=${VERSION:-1.446} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |