uzbl: rebuild for Python 3.5
This commit is contained in:
parent
7f48bc8345
commit
9a33cb4f88
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'uzbl'
|
||||
pkgname=uzbl
|
||||
version=0.9.0
|
||||
revision=1
|
||||
hostmakedepends="pkg-config python3.4-setuptools"
|
||||
revision=2
|
||||
hostmakedepends="pkg-config python3-setuptools"
|
||||
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"
|
||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in a new issue