summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Souza Franco2018-12-17 18:50:43 +0100
committerGabriel Souza Franco2018-12-17 18:50:43 +0100
commitbfc3c273994e968cebf5ad3f75ba8973e9b79a29 (patch)
treee7816f556a596798d8b94d9c14cded1e844e7e7c
parentaff47ccfb33c2f90715a76877e3262aa543ff106 (diff)
downloadaur-bfc3c273994e968cebf5ad3f75ba8973e9b79a29.tar.gz
Update for new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d24832c200ec..11ab42a52ecc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-pyside2
pkgdesc = Enables the use of Qt5 APIs in Python applications
- pkgver = 5.11.2
+ pkgver = 5.12.0
pkgrel = 1
url = http://qt-project.org/
arch = x86_64
@@ -37,8 +37,8 @@ pkgbase = python2-pyside2
optdepends = qt5-x11extras: QtX11Extras bindings
optdepends = qt5-charts: QtCharts bindings
optdepends = qt5-tools: QtHelp bindings
- source = http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.11.2-src/pyside-setup-everywhere-src-5.11.2.tar.xz
- sha256sums = 18f572f1f832e476083d30fccabab167450f2a8cbe5cd9c6e6e4fa078ccb86c2
+ source = http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.12.0-src/pyside-setup-everywhere-src-5.12.0.tar.xz
+ sha256sums = 890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51
pkgname = python2-pyside2
diff --git a/PKGBUILD b/PKGBUILD
index 2f19f0be44bf..991542870287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Felix Yan <felixonmars@archlinux.org>
pkgname=python2-pyside2
-_qtver=5.11.2
+_qtver=5.12.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -29,7 +29,7 @@ makedepends=(shiboken2 python2-shiboken2 cmake
groups=(qt qt5)
_pkgfqn=pyside-setup-everywhere-src-${_qtver}
source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
-sha256sums=('18f572f1f832e476083d30fccabab167450f2a8cbe5cd9c6e6e4fa078ccb86c2')
+sha256sums=('890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51')
build() {
mkdir -p build