summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2023-01-31 16:49:59 +0000
committerOmar Pakker2023-01-31 16:49:59 +0000
commit7a5cf96e7946293fa7fabef0f29190285cd50c7f (patch)
treeb056b180859689ea28625e3ee9d8f18280730055
parent58e7341def154c0bd8d02596fa3d15c866f5e830 (diff)
downloadaur-7a5cf96e7946293fa7fabef0f29190285cd50c7f.tar.gz
Update checksum. AGAIN... 😠
Upstream has re-packaged the B6 source artifact again... Only change seems to be the VERSION file once again.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46e8a1ba58fc..6feb8ddb24ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = looking-glass
pkgdesc = An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough
pkgver = B6
- pkgrel = 2
+ pkgrel = 3
epoch = 2
url = https://looking-glass.io/
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = looking-glass
makedepends = libpulse
makedepends = libsamplerate
source = looking-glass-B6.tar.gz::https://looking-glass.io/artifact/B6/source
- sha512sums = 8b7a4b6d33380299512bef103331635c9e9855ae0712cbe4d9ccbec2c2499c77318502aa3e0259451ef32c414ef5c8fbc103513bcd924570097dd866934cbe10
+ sha512sums = 558981d6b32098076ef0775a748da349941551352cbef836e37310e43e5cd6072df3dec6fa2418a9abecc7729ef0c1c6869e3168d05a3d76bea46c6eb8c4e82c
pkgname = looking-glass
pkgdesc = A client application for accessing the LookingGlass IVSHMEM device of a VM
diff --git a/PKGBUILD b/PKGBUILD
index 2ef930416e0f..36a43a178d9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=("${pkgbase}"
"obs-plugin-${pkgbase}")
epoch=2
pkgver=B6
-pkgrel=2
+pkgrel=3
pkgdesc="An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough"
url="https://looking-glass.io/"
arch=('x86_64')
@@ -16,7 +16,7 @@ makedepends=('cmake' 'fontconfig' 'spice-protocol' 'wayland-protocols'
'libxss' 'libxi' 'libxpresent' 'obs-studio' 'pipewire' 'libpulse'
'libsamplerate')
source=("looking-glass-${pkgver}.tar.gz::https://looking-glass.io/artifact/${pkgver}/source")
-sha512sums=('8b7a4b6d33380299512bef103331635c9e9855ae0712cbe4d9ccbec2c2499c77318502aa3e0259451ef32c414ef5c8fbc103513bcd924570097dd866934cbe10')
+sha512sums=('558981d6b32098076ef0775a748da349941551352cbef836e37310e43e5cd6072df3dec6fa2418a9abecc7729ef0c1c6869e3168d05a3d76bea46c6eb8c4e82c')
_lgdir="${pkgbase}-${pkgver}"