[arch-commits] Commit in pyqt6-3d/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 12 16:28:26 UTC 2021
Date: Wednesday, May 12, 2021 @ 16:28:25
Author: arojas
Revision: 415053
Update to 6.1.0
Modified:
pyqt6-3d/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 16:24:07 UTC (rev 415052)
+++ PKGBUILD 2021-05-12 16:28:25 UTC (rev 415053)
@@ -2,17 +2,17 @@
pkgbase=pyqt6-3d
pkgname=(python-pyqt6-3d)
-pkgver=6.0.3
+pkgver=6.1.0
pkgrel=1
-pkgdesc="Python bindings for Qt3D"
+pkgdesc='Python bindings for Qt3D'
arch=(x86_64)
-url="https://www.riverbankcomputing.com/software/pyqt3d/intro"
+url='https://www.riverbankcomputing.com/software/pyqt3d/intro'
license=(GPL3)
groups=(pyqt6)
depends=(qt6-3d python-pyqt6)
makedepends=(sip pyqt-builder)
-source=("https://pypi.python.org/packages/source/P/PyQt6-3D/PyQt6_3D-$pkgver.tar.gz")
-sha256sums=('6981d25d7fe850a036d75c0fb1eb58331d7e1c51eda305b40081d1d2c4db0e82')
+source=(https://pypi.python.org/packages/source/P/PyQt6-3D/PyQt6_3D-$pkgver.tar.gz)
+sha256sums=('8f04ffa5d8ba983434b0b12a63d06e8efab671a0b2002cee761bbd0ef443513c')
build() {
cd PyQt6_3D-$pkgver
More information about the arch-commits
mailing list