summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLizen_52022-10-17 16:12:07 +0200
committerLizen_52022-10-17 16:12:07 +0200
commite5831c89dcca48024305ba459551379fc7efac24 (patch)
tree57edd232dca26f57caef40ef359ce0fcd762cc24
parentcdc5e16f4f87667a90732e0c69a4efc50dd1ff6b (diff)
downloadaur-e5831c89dcca48024305ba459551379fc7efac24.tar.gz
6.4.0 update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36714db1c3e6..409de595146b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyside6-tools
pkgdesc = Tools for PySide6
- pkgver = 6.3.2
+ pkgver = 6.4.0
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = pyside6-tools
makedepends = qt6-tools
depends = pyside6
conflicts = pyside2-tools
- source = https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.3.2-src/pyside-setup-opensource-src-6.3.2.tar.xz
+ source = https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.4.0-src/pyside-setup-opensource-src-6.4.0.tar.xz
sha256sums = d19979589e8946488e1b5e01ac0da75ab73b40c901726723335e160241a56892
pkgname = pyside6-tools
diff --git a/PKGBUILD b/PKGBUILD
index 8bdb9836fc76..afcd8d67af7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Advaith Madhukar <advaith.madhukar at gmail dot com>
pkgname=pyside6-tools
-_qtver=6.3.2
+_qtver=6.4.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -26,7 +26,8 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
- rm "$pkgdir"/usr/bin/{rcc,designer,assistant,linguist,qmllint,qmltyperegistrar}
+ rm "$pkgdir"/usr/bin/{designer,assistant,linguist,qmllint,qmltyperegistrar}
+ 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
mv "$pkgdir"/usr/bin/lrelease "$pkgdir"/usr/bin/pyside6-lrelease