[arch-commits] Commit in pyside2-tools/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Aug 17 09:38:23 UTC 2018
Date: Friday, August 17, 2018 @ 09:38:22
Author: arojas
Revision: 331640
Update to 5.11.1
Modified:
pyside2-tools/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-17 09:35:56 UTC (rev 331639)
+++ PKGBUILD 2018-08-17 09:38:22 UTC (rev 331640)
@@ -2,9 +2,9 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=pyside2-tools
-_qtver=5.11.0
+_qtver=5.11.1
pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=1
arch=(x86_64)
url='http://qt-project.org/'
license=(LGPL)
@@ -13,7 +13,7 @@
makedepends=(cmake shiboken2 pyside2)
_pkgfqn=pyside-setup-everywhere-src-${_qtver}
source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
-sha256sums=('fbc412c4544bca308291a08a5173a949ca530d801f00b8337902a5067e490922')
+sha256sums=('9cbc3cbb03c6c1ddba8de7a651c84b269f87ebd4a0991a1f9acc8b2d0ccdfb83')
prepare() {
mkdir -p build
@@ -23,8 +23,7 @@
cd build
cmake ../${_pkgfqn}/sources/pyside2-tools \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_TESTS=OFF \
- -DUSE_PYTHON_VERSION=3
+ -DBUILD_TESTS=OFF
make
}
More information about the arch-commits
mailing list