diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2024-03-03 23:14:43 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-05 16:02:45 +0700 |
commit | f1fa480dae64f37b9ffed6cabc57562db291a953 (patch) | |
tree | b06722bcec401ffa408bd8bd57786345de5bb7b5 /desktop/autorandr | |
parent | 367513fb7393f1d70cab4a5e2b6afaedb68c0ff2 (diff) |
desktop/autorandr: Updated for version 1.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/autorandr')
-rw-r--r-- | desktop/autorandr/autorandr.SlackBuild | 3 | ||||
-rw-r--r-- | desktop/autorandr/autorandr.info | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/desktop/autorandr/autorandr.SlackBuild b/desktop/autorandr/autorandr.SlackBuild index 9d4eb4958fbe..b4f7a728f300 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.14} +VERSION=${VERSION:-1.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,6 @@ if [[ -n "$TARGETS" ]]; then else make install CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" PREFIX=/usr MANDIR=/usr/man/man1 DESTDIR=$PKG fi - find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/desktop/autorandr/autorandr.info b/desktop/autorandr/autorandr.info index 316257cbce92..ff52fa57ffd0 100644 --- a/desktop/autorandr/autorandr.info +++ b/desktop/autorandr/autorandr.info @@ -1,8 +1,8 @@ PRGNAM="autorandr" -VERSION="1.14" +VERSION="1.15" HOMEPAGE="https://github.com/phillipberndt/autorandr" -DOWNLOAD="https://github.com/phillipberndt/autorandr/archive/1.14/autorandr-1.14.tar.gz" -MD5SUM="ffa95f98b05a9c460a4ff6bc4f5b8684" +DOWNLOAD="https://github.com/phillipberndt/autorandr/archive/1.15/autorandr-1.15.tar.gz" +MD5SUM="66d010857cd5c4633502bc85d5eb076f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |