Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
pyqt6-3d


Commits:
667aac3f by Antonio Rojas at 2023-10-30T22:58:49+01:00
upgpkg: 6.6.0-1: Update to 6.6.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = pyqt6-3d
+       pkgdesc = Python bindings for Qt3D
+       pkgver = 6.6.0
+       pkgrel = 1
+       url = https://www.riverbankcomputing.com/software/pyqt3d/intro
+       arch = x86_64
+       groups = pyqt6
+       license = GPL3
+       makedepends = pyqt-builder
+       makedepends = sip
+       depends = gcc-libs
+       depends = glibc
+       depends = python
+       depends = python-pyqt6
+       depends = qt6-3d
+       depends = qt6-base
+       source = 
https://pypi.python.org/packages/source/P/PyQt6-3D/PyQt6_3D-6.6.0.tar.gz
+       sha256sums = 
372b206eb8185f2b6ff048629d3296cb137c9e5901b113119ffa46a317726988
+
+pkgname = python-pyqt6-3d


=====================================
PKGBUILD
=====================================
@@ -2,17 +2,23 @@
 
 pkgbase=pyqt6-3d
 pkgname=(python-pyqt6-3d)
-pkgver=6.5.0
-pkgrel=2
+pkgver=6.6.0
+pkgrel=1
 pkgdesc='Python bindings for Qt3D'
 arch=(x86_64)
 url='https://www.riverbankcomputing.com/software/pyqt3d/intro'
 license=(GPL3)
 groups=(pyqt6)
-depends=(qt6-3d python-pyqt6)
-makedepends=(sip pyqt-builder)
+depends=(gcc-libs
+         glibc
+         python
+         python-pyqt6
+         qt6-3d
+         qt6-base)
+makedepends=(pyqt-builder
+             sip)
 
source=(https://pypi.python.org/packages/source/P/PyQt6-3D/PyQt6_3D-$pkgver.tar.gz)
-sha256sums=('f8ef3e2965a518367eb4cc693fd9f23698fcbeb909c7dcb7269737b8d877f68b')
+sha256sums=('372b206eb8185f2b6ff048629d3296cb137c9e5901b113119ffa46a317726988')
 
 build() {
   cd PyQt6_3D-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt6-3d/-/commit/667aac3f59a39c4be699b4106ffc16d948256f24

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt6-3d/-/commit/667aac3f59a39c4be699b4106ffc16d948256f24
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to