From 91022b390e165dedd20d31e2c1536ba917a9987c Mon Sep 17 00:00:00 2001 From: Markus Fritsche Date: Sat, 23 May 2026 05:17:41 +0200 Subject: [PATCH] mesa-panvk-bifrost{,-video}: fix url= to real Gitea repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both PKGBUILDs referenced url=https://github.com/marfrit/panvk-bifrost, which was a hallucinated URL — no such repo existed. The campaign's real source-of-truth home was just created at https://git.reauktion.de/marfrit/panvk-bifrost (mfritsche, 2026-05-23). Point both PKGBUILDs at the real URL so `pacman -Si` and any consumer reading package metadata follows a working link. Co-Authored-By: Claude Opus 4.7 --- arch/mesa-panvk-bifrost-video/PKGBUILD | 2 +- arch/mesa-panvk-bifrost/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mesa-panvk-bifrost-video/PKGBUILD b/arch/mesa-panvk-bifrost-video/PKGBUILD index 4224d21f1..1225475af 100644 --- a/arch/mesa-panvk-bifrost-video/PKGBUILD +++ b/arch/mesa-panvk-bifrost-video/PKGBUILD @@ -45,7 +45,7 @@ pkgver=26.0.6.r5.video1 pkgrel=1 pkgdesc="Patched Mesa libvulkan_panfrost.so adding VK_KHR_video_decode_h264 on Bifrost SBCs (sibling of mesa-panvk-bifrost-r4)" arch=('aarch64') -url="https://github.com/marfrit/panvk-bifrost" +url="https://git.reauktion.de/marfrit/panvk-bifrost" license=('MIT') depends=( diff --git a/arch/mesa-panvk-bifrost/PKGBUILD b/arch/mesa-panvk-bifrost/PKGBUILD index 8cf77bd6e..4d79cf798 100644 --- a/arch/mesa-panvk-bifrost/PKGBUILD +++ b/arch/mesa-panvk-bifrost/PKGBUILD @@ -34,7 +34,7 @@ pkgver=26.0.6.r4 pkgrel=1 pkgdesc="Patched Mesa libvulkan_panfrost.so exposing Bifrost-gen Mali to Vulkan apps (panvk-bifrost campaign)" arch=('aarch64') -url="https://github.com/marfrit/panvk-bifrost" +url="https://git.reauktion.de/marfrit/panvk-bifrost" license=('MIT') # We co-install at /usr/lib/panvk-bifrost/ so no conflicts with stock mesa.