From ad7d9444cc8b3785577bd96f1efdb85825c6e62e Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 7 Aug 2024 15:34:26 -0400 Subject: [PATCH] backports/looking-glass: upgrade to 7b_git20240607 --- backports/looking-glass/APKBUILD | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/backports/looking-glass/APKBUILD b/backports/looking-glass/APKBUILD index 73f00bb..fc66935 100644 --- a/backports/looking-glass/APKBUILD +++ b/backports/looking-glass/APKBUILD @@ -2,9 +2,9 @@ # Contributor: Antoine Martin (ayakael) # Maintainer: Rogério da Silva Yokomizo pkgname=looking-glass -_pkgver=B6 -pkgver=6b -pkgrel=3 +_gittag=b7_git20240607 +pkgver=7b_git20240607 +pkgrel=0 pkgdesc="Allows the use of a KVM configured for VGA PCI Pass-through without an attached physical monitor, keyboard or mouse" url="https://looking-glass.io/" arch="x86_64" @@ -30,15 +30,13 @@ makedepends=" wayland-dev wayland-protocols " -source="$pkgname-$_pkgver.tar.gz::https://looking-glass.io/artifact/$_pkgver/source +source="$pkgname-$_gittag.tar.gz::https://lab.ilot.io/mirrors/looking-glass/-/releases/$_gittag/downloads/tarball/looking-glass-$_gittag.tar.gz missing-includes.patch obs-plugins-lib.patch werror.patch - module_1075-fix-build-linux64.patch - module_1124-fix-build-linux610.patch " subpackages="$pkgname-obs $pkgname-module" -builddir="$srcdir/$pkgname-$_pkgver" +builddir="$srcdir/$pkgname-$_gittag" options="!check" # There are no tests nor --version. build() { @@ -72,7 +70,7 @@ module() { cat ->> "$subpkgdir"/usr/src/looking-glass/AKMBUILD <