summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEcho J2024-05-06 11:40:37 +0300
committerEcho J2024-05-06 11:40:37 +0300
commit2fa5c281b32744c14a2f40d6a0e266242c2f554c (patch)
tree51aea858cbd153cb35cf52805fee95b8ff50fae3
parentd2a02ec9289947fcc267f347603d0f48f3588d98 (diff)
downloadaur-2fa5c281b32744c14a2f40d6a0e266242c2f554c.tar.gz
Add missing python-packaging package
This fixes the build on the Chaotic-AUR servers (which likely use a clean chroot)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1deb6842fa6f..85abbb056bd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-vulkan-nouveau-git
pkgdesc = Nouveau Vulkan (NVK) Mesa driver with some additions (32-bit Git version)
- pkgver = 24.0.branchpoint.r4611.g702f40f
+ pkgver = 24.1.branchpoint.r410.g92337af
pkgrel = 1
url = https://gitlab.freedesktop.org/mesa/mesa
install = lib32-vulkan-nouveau-git.install
@@ -15,6 +15,7 @@ pkgbase = lib32-vulkan-nouveau-git
makedepends = lib32-rust-libs
makedepends = meson>=1.3.0rc2
makedepends = python-mako
+ makedepends = python-packaging
makedepends = rust-bindgen
makedepends = systemd
makedepends = wayland-protocols
diff --git a/PKGBUILD b/PKGBUILD
index 70ec595f2451..39f2d2209596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=lib32-vulkan-nouveau-git
pkgdesc="Nouveau Vulkan (NVK) Mesa driver with some additions (32-bit Git version)"
-pkgver=24.0.branchpoint.r4611.g702f40f
+pkgver=24.1.branchpoint.r410.g92337af
pkgrel=1
arch=('x86_64')
depends=('lib32-libdrm' 'lib32-libxshmfence' 'lib32-libx11' 'lib32-systemd' 'lib32-vulkan-icd-loader' 'lib32-wayland')
makedepends=('cbindgen' 'elfutils' 'git' 'glslang' 'lib32-libunwind' 'lib32-libxrandr' 'lib32-rust-libs' 'meson>=1.3.0rc2'
- 'python-mako' 'rust-bindgen' 'systemd' 'wayland-protocols' 'xorgproto' 'zstd') # -rc1 has weird crate issues
+ 'python-mako' 'python-packaging' 'rust-bindgen' 'systemd' 'wayland-protocols' 'xorgproto' 'zstd') # -rc1 has weird crate issues
optdepends=('lib32-vulkan-mesa-layers: Additional Vulkan layers'
'linux>=6.6.arch1: Minimum required kernel for new uAPI support')
provides=('lib32-vulkan-driver')