author | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:51:36 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-06 14:51:36 UTC |
parent | 3ebbff86340535c13c11192d6403a2d80f173a49 |
.SRCINFO | +19 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..dad686f --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = qt5-3d + pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics + pkgver = 5.15.11 + pkgrel = 1 + url = https://www.qt.io + arch = x86_64 + groups = qt5 + license = GPL3 + license = LGPL3 + license = FDL + license = custom + makedepends = git + makedepends = vulkan-headers + depends = qt5-declarative + depends = assimp + source = git+https://invent.kde.org/qt/qt/qt3d#commit=c1f8fa2578d99e07f5e581f26bd532695b9534f9 + sha256sums = SKIP + +pkgname = qt5-3d diff --git a/PKGBUILD b/PKGBUILD index 090f0a9..06e343c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qt5-3d _basever=5.15.11 -pkgver=5.15.10 +pkgver=5.15.11 pkgrel=1 _commit=c1f8fa2578d99e07f5e581f26bd532695b9534f9 arch=('x86_64')