meld: use python3.

This commit is contained in:
Enno Boland 2016-12-21 23:23:13 +01:00
parent 3eb1ce104e
commit d643b03bd0

View file

@ -1,11 +1,11 @@
# Template file for 'meld' # Template file for 'meld'
pkgname=meld pkgname=meld
version=3.17.0 version=3.17.0
revision=1 revision=2
noarch=yes noarch=yes
build_style=python2-module build_style=python3-module
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool gtk-update-icon-cache" hostmakedepends="pkg-config intltool gnome-doc-utils python3 itstool gtk-update-icon-cache"
depends="python-gobject gsettings-desktop-schemas gtksourceview desktop-file-utils hicolor-icon-theme" depends="python3-gobject gsettings-desktop-schemas gtksourceview desktop-file-utils hicolor-icon-theme"
pycompile_module="meld" pycompile_module="meld"
short_desc="Visual diff and merge tool" short_desc="Visual diff and merge tool"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"