aboutsummaryrefslogtreecommitdiff
path: root/system/lxrandr/lxrandr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/lxrandr/lxrandr.SlackBuild')
-rw-r--r--system/lxrandr/lxrandr.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/system/lxrandr/lxrandr.SlackBuild b/system/lxrandr/lxrandr.SlackBuild
index d97837c321..bf12dd2e67 100644
--- a/system/lxrandr/lxrandr.SlackBuild
+++ b/system/lxrandr/lxrandr.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# $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-2024 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy
+# Copyright 2010-2025 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -49,6 +49,8 @@
# * update.
# 0.3.2-2 24/apr/2024 by Matteo Bernardini <ponce@slackbuilds.org>
# * Switch to gtk+3.
+# 0.3.3-1 29/apr/2025 by Matteo Bernardini <ponce@slackbuilds.org>
+# * update.
#
# Run 'sh lxrandr.SlackBuild' to build a Slackware package.
# The package is created in /tmp .
@@ -59,8 +61,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lxrandr
-VERSION=${VERSION:-0.3.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.3.3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}