uzbl: rebuild for Python 3.5

This commit is contained in:
Alessio Sergi 2016-10-17 10:17:19 +02:00
parent 7f48bc8345
commit 9a33cb4f88

View file

@ -1,10 +1,10 @@
# Template file for 'uzbl' # Template file for 'uzbl'
pkgname=uzbl pkgname=uzbl
version=0.9.0 version=0.9.0
revision=1 revision=2
hostmakedepends="pkg-config python3.4-setuptools" hostmakedepends="pkg-config python3-setuptools"
makedepends="libsoup-devel webkitgtk-devel glib-devel" makedepends="libsoup-devel webkitgtk-devel glib-devel"
depends="python3.4-six" depends="python3-six"
short_desc="Web interface tools which adhere to the unix philosophy" short_desc="Web interface tools which adhere to the unix philosophy"
maintainer="Michael Gehring <mg@ebfe.org>" maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-3" license="GPL-3"