diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2023-07-28 20:57:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-28 20:57:00 +0700 |
commit | 1bcd94369baaf680476df2b3332fd400f64be46c (patch) | |
tree | 3d798f6a0a689e910ec81572e8d19e33dbe67173 /desktop/autorandr | |
parent | 93e30251f540c0a52db13003de9ab38cff7b4b5d (diff) |
desktop/autorandr: Updated for version 1.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/autorandr')
-rw-r--r-- | desktop/autorandr/autorandr.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/autorandr/autorandr.info | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/desktop/autorandr/autorandr.SlackBuild b/desktop/autorandr/autorandr.SlackBuild index 2cee246815ae2..9d4eb4958fbe8 100644 --- a/desktop/autorandr/autorandr.SlackBuild +++ b/desktop/autorandr/autorandr.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=autorandr -VERSION=${VERSION:-1.13.3} +VERSION=${VERSION:-1.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -54,16 +54,12 @@ OUTPUT=${OUTPUT:-/tmp} # This is not always noarch if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e diff --git a/desktop/autorandr/autorandr.info b/desktop/autorandr/autorandr.info index 908ac2ca89d31..316257cbce929 100644 --- a/desktop/autorandr/autorandr.info +++ b/desktop/autorandr/autorandr.info @@ -1,8 +1,8 @@ PRGNAM="autorandr" -VERSION="1.13.3" +VERSION="1.14" HOMEPAGE="https://github.com/phillipberndt/autorandr" -DOWNLOAD="https://github.com/phillipberndt/autorandr/archive/1.13.3/autorandr-1.13.3.tar.gz" -MD5SUM="b918c0afe00aaccf40fbc687162e8f52" +DOWNLOAD="https://github.com/phillipberndt/autorandr/archive/1.14/autorandr-1.14.tar.gz" +MD5SUM="ffa95f98b05a9c460a4ff6bc4f5b8684" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |