diff options
author | Alessio Sergi <al3hex@gmail.com> | 2014-09-09 23:00:10 +0000 |
---|---|---|
committer | Alessio Sergi <al3hex@gmail.com> | 2014-09-09 23:00:10 +0000 |
commit | 638a8929971c9b123ce9c4802e1d5e91b4993e1a (patch) | |
tree | 29878f8f62f946fca98954b759ecbfdf1cf2be0c | |
parent | 9ba0fdf74f0f85f5c6c28819176a2515ef9a16cb (diff) | |
download | void-packages-638a8929971c9b123ce9c4802e1d5e91b4993e1a.tar void-packages-638a8929971c9b123ce9c4802e1d5e91b4993e1a.tar.gz void-packages-638a8929971c9b123ce9c4802e1d5e91b4993e1a.tar.bz2 void-packages-638a8929971c9b123ce9c4802e1d5e91b4993e1a.tar.lz void-packages-638a8929971c9b123ce9c4802e1d5e91b4993e1a.tar.xz void-packages-638a8929971c9b123ce9c4802e1d5e91b4993e1a.tar.zst void-packages-638a8929971c9b123ce9c4802e1d5e91b4993e1a.zip |
python-efl: update to 1.10.1
-rw-r--r-- | srcpkgs/python-efl/template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/srcpkgs/python-efl/template b/srcpkgs/python-efl/template index 5f95b1afa4b..95f190cc251 100644 --- a/srcpkgs/python-efl/template +++ b/srcpkgs/python-efl/template @@ -1,7 +1,7 @@ # Template file for 'python-efl' pkgname=python-efl -version=1.10.0 -revision=3 +version=1.10.1 +revision=1 build_style=python-module python_versions="2.7 3.4" hostmakedepends="pkg-config python-devel python3.4-devel" @@ -13,7 +13,7 @@ short_desc="Python2 bindings for Enlightenment Foundation Libraries" maintainer="Juan RP <xtraeme@gmail.com>" license="LGPL-3" distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.gz" -checksum=b144e976a351cd9703771b5e91a45ce9b2eedcc0097ade5c5437554b1516dbc6 +checksum=a6c803bdd205e08c2d1e3199abd095552bc7ca4be6faafaf3b3f6db1d78c80ef python3.4-efl_package() { depends="python3.4-dbus" |