summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 624089191148..3d1c87a813dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyside6-tools
pkgdesc = Tools for PySide6
pkgver = 6.4.1
- pkgrel = 4
+ pkgrel = 5
url = https://www.qt.io
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index d2598fc2f2e0..694fb9ff75bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pyside6-tools
_qtver=6.4.1
pkgver=${_qtver/-/}
-pkgrel=4
+pkgrel=5
arch=(x86_64)
url='https://www.qt.io'
license=(LGPL)
@@ -26,7 +26,7 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
- rm "$pkgdir"/usr/bin/{designer,assistant,linguist,qmllint,qmltyperegistrar,qmlformat}
+ rm "$pkgdir"/usr/bin/{designer,assistant,linguist,qmllint,qmltyperegistrar,qmlformat, qmlimportscanner}
mv "$pkgdir"/usr/bin/rcc "$pkgdir"/usr/bin/pyside6-rcc
mv "$pkgdir"/usr/bin/uic "$pkgdir"/usr/bin/pyside6-uic
mv "$pkgdir"/usr/bin/lupdate "$pkgdir"/usr/bin/pyside6-lupdate