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


Commits:
bd7c7045 by Antonio Rojas at 2023-06-15T22:00:08+02:00
Qt 6.6 beta 1

- - - - -
7e82fbaa by Antonio Rojas at 2023-07-14T20:43:25+02:00
Qt 6.6.0 beta 2

- - - - -
15f47cf2 by Antonio Rojas at 2023-08-28T18:48:43+02:00
Update to 6.6 beta 3

- - - - -
6290799c by Antonio Rojas at 2023-09-18T09:07:50+02:00
Update to 6.6 beta 4

- - - - -
97820cd9 by Antonio Rojas at 2023-09-26T09:02:31+02:00
Update to 6.6 RC

- - - - -
c100bea2 by Antonio Rojas at 2023-10-02T23:09:32+02:00
Overhaul dependencies

- - - - -
5eadc418 by Antonio Rojas at 2023-12-19T23:06:36+01:00
Qt 6.7 beta 1

- - - - -
325380ab by Antonio Rojas at 2023-12-20T08:21:42+01:00
upgpkg: 6.7.0beta1-1: kde-unstable

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = qt6-3d
        pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics
-       pkgver = 6.6.1
+       pkgver = 6.7.0beta1
        pkgrel = 1
        url = https://www.qt.io
        arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = qt6-3d
        optdepends = assimp: assimp importer plugin
        optdepends = qt6-declarative: QML bindings
        optdepends = qt6-shadertools: RHI renderer
-       source = 
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qt3d-everywhere-src-6.6.1.tar.xz
-       sha256sums = 
f384aed74f14a71c68f607a3b1e859ea22746e82650e775fd40f0653c2443229
+       source = 
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qt3d-everywhere-src-6.7.0-beta1.tar.xz
+       sha256sums = 
9abc7aa4c68f9eb6dcbf1ec24ab7b271c1a60a62591718d6fbe163dce6c209d0
 
 pkgname = qt6-3d


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-3d
-_qtver=6.6.1
+_qtver=6.7.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -23,8 +23,8 @@ optdepends=('assimp: assimp importer plugin'
             'qt6-shadertools: RHI renderer')
 groups=(qt6)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('f384aed74f14a71c68f607a3b1e859ea22746e82650e775fd40f0653c2443229')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('9abc7aa4c68f9eb6dcbf1ec24ab7b271c1a60a62591718d6fbe163dce6c209d0')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-3d/-/compare/3ec2fdc42bde83d6def8ad79ef56423ceb18ca2a...325380ab07bf99d89c7689e651289cb2ffb4dddc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-3d/-/compare/3ec2fdc42bde83d6def8ad79ef56423ceb18ca2a...325380ab07bf99d89c7689e651289cb2ffb4dddc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to