wok-6.x rev 23695
updated terminator (1.91 -> 1.92)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 07:35:16 2020 +0100 (2020-04-27) |
parents | f202d3501bcd |
children | 09045e83f959 |
files | terminator/receipt |
line diff
1.1 --- a/terminator/receipt Mon Apr 27 07:14:26 2020 +0100 1.2 +++ b/terminator/receipt Mon Apr 27 07:35:16 2020 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="terminator" 1.7 -VERSION="1.91" 1.8 +VERSION="1.92" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Tool for arranging terminals." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://gnometerminator.blogspot.com/p/introduction.html" 1.14 1.15 -TARBALL="${PACKAGE}-$VERSION.tar.gz" 1.16 -WGET_URL="https://launchpad.net/terminator/gtk3/$VERSION/+download/$TARBALL" 1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 +WGET_URL="https://github.com/gnome-terminator/$PACKAGE/archive/v$VERSION.tar.gz" 1.19 1.20 DEPENDS="notify-python pygtk python python-vte" 1.21 BUILD_DEPENDS="python-dev"