[arch-commits] Commit in shiboken6/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 12 17:02:16 UTC 2021
Date: Wednesday, May 12, 2021 @ 17:02:16
Author: arojas
Revision: 415063
Update to 6.1.0
Modified:
shiboken6/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 16:55:35 UTC (rev 415062)
+++ PKGBUILD 2021-05-12 17:02:16 UTC (rev 415063)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=shiboken6
-_qtver=6.0.4
+_qtver=6.1.0
_clangver=11.1.0
pkgver=${_qtver/-/}
pkgrel=1
@@ -11,11 +11,11 @@
license=(GPL2 LGPL)
pkgdesc='Generates bindings for C++ libraries using CPython source code'
depends=(clang=$_clangver llvm libxslt qt6-base)
-makedepends=(cmake python-sphinx)
+makedepends=(cmake 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=('0a076dd9f28aabe947739986a47431fa5bece1dccfd8ea90d2c9048ddede6303')
+source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/$_pkgfn.tar.xz)
+sha256sums=('95074814a06105b927abebe645eb7f477076a2ff8846b99fc47933b685e23354')
build() {
cmake -B build -S $_pkgfn/sources/shiboken6 \
More information about the arch-commits
mailing list