[arch-commits] Commit in shiboken6/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 30 15:40:02 UTC 2021


    Date: Thursday, September 30, 2021 @ 15:40:01
  Author: arojas
Revision: 424901

Update to 6.2.0

Modified:
  shiboken6/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-30 12:36:04 UTC (rev 424900)
+++ PKGBUILD	2021-09-30 15:40:01 UTC (rev 424901)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=shiboken6
-_qtver=6.1.3
+_qtver=6.2.0
 _clangver=12.0.1
 pkgver=${_qtver/-/}
 pkgrel=1
@@ -11,14 +11,14 @@
 license=(GPL2 LGPL)
 pkgdesc='Generates bindings for C++ libraries using CPython source code'
 depends=(clang=$_clangver llvm libxslt qt6-base)
-makedepends=(cmake python-sphinx python-numpy)
+makedepends=(cmake ninja python-sphinx python-numpy)
 optdepends=('python: Python bindings')
 _pkgfn=pyside-setup-opensource-src-$_qtver
 source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/$_pkgfn.tar.xz)
-sha256sums=('33badd9f01b72c9f69f988c47c64111e7b50a47c30841d5957a11a5c4e9821bb')
+sha256sums=('fed210b662129955332d2609a900b5b8643130134e4682371b26a9ba60740d01')
 
 build() {
-  cmake -B build -S $_pkgfn/sources/shiboken6 \
+  cmake -B build -S $_pkgfn/sources/shiboken6 -G Ninja \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_TESTS=OFF
   cmake --build build



More information about the arch-commits mailing list