diff options
Diffstat (limited to 'system/lxrandr/lxrandr.SlackBuild')
-rw-r--r-- | system/lxrandr/lxrandr.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/lxrandr/lxrandr.SlackBuild b/system/lxrandr/lxrandr.SlackBuild index cf7f0958bf..75a1d6c168 100644 --- a/system/lxrandr/lxrandr.SlackBuild +++ b/system/lxrandr/lxrandr.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh # $Id: lxrandr.SlackBuild,v 1.2 2009/09/11 10:27:05 root Exp root $ # Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL +# Copyright 2010-2016 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -43,16 +44,18 @@ # * update. # 0.3.0-1 05/oct/2014 by Matteo Bernardini <ponce@slackbuilds.org> # * update. +# 0.3.1-1 10/jul/2016 by Matteo Bernardini <ponce@slackbuilds.org> +# * update. # # -# Run 'sh lxrandr.SlackBuild --cleanup' to build a Slackware package. +# Run 'sh lxrandr.SlackBuild' to build a Slackware package. # The package is created in /tmp . # Install using 'installpkg'. # # ----------------------------------------------------------------------------- PRGNAM=lxrandr -VERSION=${VERSION:-0.3.0} +VERSION=${VERSION:-0.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |