diff options
author | Eugene M <damagedone@gmx.com> | 2023-09-10 10:10:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-11 22:18:50 +0700 |
commit | bedf5a3de53147ed567928956b0f88d407e15a70 (patch) | |
tree | ab8604affd3e80c27473104d5996d1401c6efa22 /desktop/arandr | |
parent | b95a3fae6d66007193da48da46ae6e3eb92f501b (diff) |
desktop/arandr: Updated for version 0.1.11
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/arandr')
-rw-r--r-- | desktop/arandr/arandr.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/arandr/arandr.info | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/desktop/arandr/arandr.SlackBuild b/desktop/arandr/arandr.SlackBuild index 1bc8e87e5d511..b392d0caefd58 100644 --- a/desktop/arandr/arandr.SlackBuild +++ b/desktop/arandr/arandr.SlackBuild @@ -25,11 +25,13 @@ # 20220402 bkw: Modified by SlackBuilds.org, BUILD=2: # - add doinst.sh, required because we have a .desktop file. +# Modified by Eugene M., <damagedone at gmx dot com> + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=arandr -VERSION=${VERSION:-0.1.10} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.1.11} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/arandr/arandr.info b/desktop/arandr/arandr.info index 9108ec0a642e4..ca7c10c3d80a3 100644 --- a/desktop/arandr/arandr.info +++ b/desktop/arandr/arandr.info @@ -1,10 +1,9 @@ -PRGNAM="arandr" -VERSION="0.1.10" +VERSION="0.1.11" HOMEPAGE="http://christian.amsuess.com/tools/arandr/" -DOWNLOAD="http://christian.amsuess.com/tools/arandr/files/arandr-0.1.10.tar.gz" -MD5SUM="cefcc70f4b81f4974e66359980b76e83" +DOWNLOAD="http://christian.amsuess.com/tools/arandr/files/arandr-0.1.11.tar.gz" +MD5SUM="f3535bc91118b66cc040ec9ccece4fce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="NK" -EMAIL="nk-man@yandex.ru" +MAINTAINER="Eugene M." +EMAIL="damagedone@gmx.com" |