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

Antonio Rojas arojas at archlinux.org
Tue Mar 9 15:17:09 UTC 2021


    Date: Tuesday, March 9, 2021 @ 15:17:09
  Author: arojas
Revision: 409524

Update to 6.0.2

Modified:
  shiboken6/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-09 13:43:59 UTC (rev 409523)
+++ PKGBUILD	2021-03-09 15:17:09 UTC (rev 409524)
@@ -2,10 +2,10 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=shiboken6
-_qtver=6.0.1
+_qtver=6.0.2
 _clangver=11.1.0
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=1
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)
@@ -13,12 +13,12 @@
 depends=(clang=$_clangver llvm libxslt qt6-base)
 makedepends=(cmake python-sphinx)
 optdepends=('python: Python bindings')
-_pkgfqn=pyside-setup-opensource-src-$_qtver
-source=("https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfqn}.tar.xz")
-sha256sums=('baac59a71d5d8d28badd4b484b3722500a6616684f932f0652b33a5b5feaf365')
+_pkgfn=pyside-setup-opensource-src-$_qtver
+source=("https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/$_pkgfn.tar.xz")
+sha256sums=('55e129e044770c173d64e0144c7754125e6ded4a13ee3c1629dd6ae2ffae5e05')
 
 build() {
-  cmake -B build -S ${_pkgfqn}/sources/shiboken6 \
+  cmake -B build -S $_pkgfn/sources/shiboken6 \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_TESTS=OFF
   cmake --build build
@@ -29,7 +29,7 @@
 
 # Install egg-info
   export PATH="/usr/lib/qt6/bin:$PATH"
-  cd $_pkgfqn
+  cd $_pkgfn
   python setup.py egg_info --build-type=shiboken6
   _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
   cp -r shiboken6.egg-info "$pkgdir"/$_pythonpath



More information about the arch-commits mailing list