[arch-commits] Commit in shiboken2/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Apr 24 11:15:33 UTC 2020
Date: Friday, April 24, 2020 @ 11:15:32
Author: arojas
Revision: 381480
Update to 5.14.2.1
Modified:
shiboken2/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 11:12:57 UTC (rev 381479)
+++ PKGBUILD 2020-04-24 11:15:32 UTC (rev 381480)
@@ -3,7 +3,7 @@
pkgbase=shiboken2
pkgname=(shiboken2 python-shiboken2)
-_qtver=5.14.2
+_qtver=5.14.2.1
_clangver=10.0.0
pkgver=${_qtver/-/}
pkgrel=2
@@ -12,9 +12,9 @@
license=(GPL2 LGPL)
pkgdesc='Generates bindings for C++ libraries using CPython source code'
makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
-_pkgfqn=pyside-setup-opensource-src-${_qtver}
+_pkgfqn=pyside-setup-opensource-src-${_qtver%.*}
source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
-sha256sums=('7c7af33792de57255dbdc165c808e1f03a2520295c5922d9897aca8ad1be92b3')
+sha256sums=('11f48956208a487dabf6f531e60fb88ad0e48f2979cfc9e79c1c986387c491fa')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list