diff options
-rw-r--r-- | system/lxrandr/lxrandr.SlackBuild | 7 | ||||
-rw-r--r-- | system/lxrandr/lxrandr.info | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/system/lxrandr/lxrandr.SlackBuild b/system/lxrandr/lxrandr.SlackBuild index cf7f0958bfec..75a1d6c168c3 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} diff --git a/system/lxrandr/lxrandr.info b/system/lxrandr/lxrandr.info index 5b2c8aa52a9d..53333df25c5a 100644 --- a/system/lxrandr/lxrandr.info +++ b/system/lxrandr/lxrandr.info @@ -1,8 +1,8 @@ PRGNAM="lxrandr" -VERSION="0.3.0" +VERSION="0.3.1" HOMEPAGE="http://wiki.lxde.org/en/LXRandr" -DOWNLOAD="http://downloads.sf.net/lxde/lxrandr-0.3.0.tar.xz" -MD5SUM="250f0ebb09c1e02f430f951911ba1259" +DOWNLOAD="http://downloads.sf.net/lxde/lxrandr-0.3.1.tar.xz" +MD5SUM="b327938f18a4baac85c4707f927d606e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |