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

Antonio Rojas arojas at archlinux.org
Thu Dec 19 16:01:03 UTC 2019


    Date: Thursday, December 19, 2019 @ 16:01:02
  Author: arojas
Revision: 371856

Update to 5.14.0

Modified:
  pyside2-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-19 15:51:13 UTC (rev 371855)
+++ PKGBUILD	2019-12-19 16:01:02 UTC (rev 371856)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=pyside2-tools
-_qtver=5.13.2
+_qtver=5.14.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=(x86_64)
 url='https://www.qt.io'
 license=(LGPL)
@@ -13,7 +13,7 @@
 makedepends=(cmake shiboken2)
 _pkgfqn=pyside-setup-opensource-src-${_qtver}
 source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
-sha256sums=('3e255d64df08880d0281ebe86009d5ea45f24332b308954d967c33995f75e543')
+sha256sums=('8c2ad1901a99165ed7bac8f522ee351ae3ebadd580024248f5a1db52e4a94b30')
 
 prepare() {
   mkdir -p build
@@ -30,4 +30,6 @@
 package() {
   cd build
   make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/usr/bin/{rcc,uic} # provided by qt5-base
 }



More information about the arch-commits mailing list