Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-quick3dphysics
Commits:
00cd968d by Antonio Rojas at 2023-06-15T22:00:22+02:00
Qt 6.6 beta 1
- - - - -
b7d5f636 by Antonio Rojas at 2023-07-14T20:43:38+02:00
Qt 6.6.0 beta 2
- - - - -
b56ae9cc by Antonio Rojas at 2023-08-28T18:48:57+02:00
Update to 6.6 beta 3
- - - - -
568c71e0 by Antonio Rojas at 2023-09-18T09:08:03+02:00
Update to 6.6 beta 4
- - - - -
3faa2ce1 by Antonio Rojas at 2023-09-26T09:02:45+02:00
Update to 6.6 RC
- - - - -
6c6a694c by Antonio Rojas at 2023-10-02T23:45:19+02:00
Overhaul dependencies
- - - - -
48ab8d4c by Antonio Rojas at 2023-12-19T23:06:48+01:00
Qt 6.7 beta 1
- - - - -
143e58a6 by Antonio Rojas at 2023-12-20T08:23:10+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-quick3dphysics
pkgdesc = Physics engine integration for Qt Quick 3D
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = qt6-quick3dphysics
depends = qt6-base
depends = qt6-declarative
depends = qt6-quick3d
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtquick3dphysics-everywhere-src-6.6.1.tar.xz
- sha256sums =
2cc6b5f58d7b1de6de34279657ad2c73a0e82e29c7a56a12f2c00fb62725e15a
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtquick3dphysics-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
ef0f4319eae08b6c94a06c48a15474f2b04990ea4735467e40cf6a34310df8d0
pkgname = qt6-quick3dphysics
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-quick3dphysics
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -19,8 +19,8 @@ makedepends=(cmake
qt6-shadertools)
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('2cc6b5f58d7b1de6de34279657ad2c73a0e82e29c7a56a12f2c00fb62725e15a')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('ef0f4319eae08b6c94a06c48a15474f2b04990ea4735467e40cf6a34310df8d0')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-quick3dphysics/-/compare/de84716b1e322189191b37a953b6bb300cc12e60...143e58a699bae6465335022abfbdc8404a7fce31
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-quick3dphysics/-/compare/de84716b1e322189191b37a953b6bb300cc12e60...143e58a699bae6465335022abfbdc8404a7fce31
You're receiving this email because of your account on gitlab.archlinux.org.