diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2022-06-17 22:21:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:10:00 +0700 |
commit | 309eace78a7c2bbbeb9b44bde270be3bbb5dbbfb (patch) | |
tree | d23e022b426ae8320b7c4cb33fc91deb444ddafc /desktop/bottles | |
parent | 2d3d181c100db71509e922711c0966af85de4d67 (diff) |
desktop/bottles: Updated for version 2022.5.28.trento.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/bottles')
-rw-r--r-- | desktop/bottles/README | 2 | ||||
-rw-r--r-- | desktop/bottles/bottles.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/bottles/bottles.info | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/desktop/bottles/README b/desktop/bottles/README index 54e7716e7523..4b481cfd5c9f 100644 --- a/desktop/bottles/README +++ b/desktop/bottles/README @@ -29,3 +29,5 @@ take care of everything for you. Your bottles are isolated from the system and will only hit your personal files when you decide. + +bottles requires that patool be built with python3 support. diff --git a/desktop/bottles/bottles.SlackBuild b/desktop/bottles/bottles.SlackBuild index c65177610dbc..cd32bf062d41 100644 --- a/desktop/bottles/bottles.SlackBuild +++ b/desktop/bottles/bottles.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bottles SRCNAM=${PRGNAM^b} -VERSION=${VERSION:-2022.4.14.trento.2} +VERSION=${VERSION:-2022.5.28.trento.3} SRCVER=${VERSION/\.trento\./-trento-} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/bottles/bottles.info b/desktop/bottles/bottles.info index 6349d9db1c2c..08d22025a133 100644 --- a/desktop/bottles/bottles.info +++ b/desktop/bottles/bottles.info @@ -1,8 +1,8 @@ PRGNAM="bottles" -VERSION="2022.4.14.trento.2" +VERSION="2022.5.28.trento.3" HOMEPAGE="https://usebottles.com/" -DOWNLOAD="https://github.com/bottlesdevs/Bottles/archive/2022.4.14-trento-2/Bottles-2022.4.14-trento-2.tar.gz" -MD5SUM="49a18b94fcc5becbe82c360fe1707dad" +DOWNLOAD="https://github.com/bottlesdevs/Bottles/archive/2022.5.28-trento-3/Bottles-2022.5.28-trento-3.tar.gz" +MD5SUM="51dd212bb89ec3ec896e72e87a17757e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wine libhandy patool gtksourceview4" |