desktop/x-tile: updated for version 3.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2020-05-13 22:50:27 +02:00 committed by Willy Sudiarto Raharjo
parent 01e524544a
commit 82b2553b5d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=x-tile
VERSION=${VERSION:-2.6}
VERSION=${VERSION:-3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -53,7 +53,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
python3 setup.py install --root=$PKG
mv $PKG/usr/share/man $PKG/usr/

View File

@ -1,10 +1,10 @@
PRGNAM="x-tile"
VERSION="2.6"
VERSION="3.1"
HOMEPAGE="http://www.giuspen.com/x-tile/"
DOWNLOAD="https://github.com/giuspen/x-tile/archive/2.6/x-tile-2.6.tar.gz"
MD5SUM="12a8375994fb74ea8cfe63b053ddc595"
DOWNLOAD="https://github.com/giuspen/x-tile/archive/3.1/x-tile-3.1.tar.gz"
MD5SUM="7e4633b26d13156161dc3af11f4f329c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gnome-python"
REQUIRES="python3"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"