summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author kchan <kenneth.t.chan@gmail.com>2013-07-26 13:07:25 -0500
committer Erik Hanson <erik@slackbuilds.org>2013-10-12 14:38:01 -0500
commitb4550e94b050f36856b713a7560f8b0caf88e86d (patch)
treecdc11c04fc1327be609f6b6108e1c565c4bde8c5
parent322ccde188d9b0aca35b61e55d24349d7fa1b7d3 (diff)
downloadslackbuilds-b4550e94b050f36856b713a7560f8b0caf88e86d.tar.gz
slackbuilds-b4550e94b050f36856b713a7560f8b0caf88e86d.tar.xz
python/pyside: Updated for version 1.2.0.
Fixed download link. New maintainer. Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--python/pyside/README2
-rw-r--r--python/pyside/pyside.SlackBuild2
-rw-r--r--python/pyside/pyside.info10
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"