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

Antonio Rojas arojas at archlinux.org
Tue Mar 31 11:30:22 UTC 2020


    Date: Tuesday, March 31, 2020 @ 11:30:22
  Author: arojas
Revision: 378903

Update to 5.14.2

Modified:
  shiboken2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-31 11:23:35 UTC (rev 378902)
+++ PKGBUILD	2020-03-31 11:30:22 UTC (rev 378903)
@@ -3,7 +3,7 @@
 
 pkgbase=shiboken2
 pkgname=(shiboken2 python-shiboken2)
-_qtver=5.14.1
+_qtver=5.14.2
 _clangver=9.0.1
 pkgver=${_qtver/-/}
 pkgrel=1
@@ -14,7 +14,7 @@
 makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
 _pkgfqn=pyside-setup-opensource-src-${_qtver}
 source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
-sha256sums=('41ce931695567639c92acb68a9d66ed5609f067011af9a94b53fc0d697ad1d1c')
+sha256sums=('7c7af33792de57255dbdc165c808e1f03a2520295c5922d9897aca8ad1be92b3')
 
 prepare() {
   mkdir -p build
@@ -44,5 +44,5 @@
   cd build
   make DESTDIR="$pkgdir" install
 # Provided in shiboken2
-  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig},share}
+  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig}}
 }



More information about the arch-commits mailing list