diff options
Diffstat (limited to 'python/pyside')
-rw-r--r-- | python/pyside/README | 2 | ||||
-rw-r--r-- | python/pyside/pyside.SlackBuild | 2 | ||||
-rw-r--r-- | python/pyside/pyside.info | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/python/pyside/README b/python/pyside/README index e6373a9823..4908a0f2f5 100644 --- a/python/pyside/README +++ b/python/pyside/README @@ -2,6 +2,6 @@ PySide is a LGPL licensed python binding that allow access of Qt libraries, making them available just using the import command. The build process is comprised of two stages: in a first moment the -bindings source code are created from the Qt 4.6 headers by calling the +bindings source code are created from the Qt 4.8 headers by calling the Generator Runner with appropriate parameters; the generated files are then compiled and linked together to form the bindings libraries. diff --git a/python/pyside/pyside.SlackBuild b/python/pyside/pyside.SlackBuild index e09d82fd1e..c4dcf8ded6 100644 --- a/python/pyside/pyside.SlackBuild +++ b/python/pyside/pyside.SlackBuild @@ -5,7 +5,7 @@ # Written by Grissiom <chaos.proton@gmail.com> PRGNAM=pyside -VERSION=${VERSION:-qt4.8+1.1.2} +VERSION=${VERSION:-qt4.8+1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pyside/pyside.info b/python/pyside/pyside.info index 1fb9825d22..6e4e3ae76d 100644 --- a/python/pyside/pyside.info +++ b/python/pyside/pyside.info @@ -1,10 +1,10 @@ PRGNAM="pyside" -VERSION="qt4.8+1.1.2" +VERSION="qt4.8+1.2.0" HOMEPAGE="http://www.pyside.org/" -DOWNLOAD="http://www.pyside.org/files/pyside-qt4.8+1.1.2.tar.bz2" -MD5SUM="59c8653734b020b0128b82adc98ee704" +DOWNLOAD="http://download.qt-project.org/official_releases/pyside/pyside-qt4.8+1.2.0.tar.bz2" +MD5SUM="52b8c19485447a3100884f3c79dc5c98" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="shiboken" -MAINTAINER="Grissiom" -EMAIL="chaos.proton@gmail.com" +MAINTAINER="kchan" +EMAIL="kenneth.t.chan@gmail.com" |