diff options
author | Jay Lanagan <j@lngn.net> | 2023-07-08 02:07:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 02:07:31 +0700 |
commit | 1cb526f6ac5f10ad5aba3e40bf620053b6ebae60 (patch) | |
tree | 8d0380f3adbe68f91bb0c2ae67ae6521890debed /desktop | |
parent | a4e0db57411061962222cfba8764ca4de5bbca61 (diff) |
desktop/nwg-displays: Updated for version 0.3.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/nwg-displays/nwg-displays.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/nwg-displays/nwg-displays.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/nwg-displays/nwg-displays.SlackBuild b/desktop/nwg-displays/nwg-displays.SlackBuild index 4c0f0af86761b..22519269a2af0 100644 --- a/desktop/nwg-displays/nwg-displays.SlackBuild +++ b/desktop/nwg-displays/nwg-displays.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-displays -VERSION=${VERSION:-0.3.5} +VERSION=${VERSION:-0.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/nwg-displays/nwg-displays.info b/desktop/nwg-displays/nwg-displays.info index 96d1dca417cd8..2e790b45ae93f 100644 --- a/desktop/nwg-displays/nwg-displays.info +++ b/desktop/nwg-displays/nwg-displays.info @@ -1,10 +1,10 @@ PRGNAM="nwg-displays" -VERSION="0.3.5" +VERSION="0.3.6" HOMEPAGE="https://github.com/nwg-piotr/nwg-displays/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-displays/archive/v0.3.5/nwg-displays-0.3.5.tar.gz" -MD5SUM="07525e31264b0bca0d402fe48f84af47" +DOWNLOAD="https://github.com/nwg-piotr/nwg-displays/archive/v0.3.6/nwg-displays-0.3.6.tar.gz" +MD5SUM="0dc30405ea3743c0057e03dcd44ce37b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="gtk-layer-shell i3ipc" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" |