summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2023-01-10 19:24:15 +0000
committerOmar Pakker2023-01-10 19:24:15 +0000
commit58e7341def154c0bd8d02596fa3d15c866f5e830 (patch)
tree62c200d8c05b41ae151aff26a7d6867b6a453df7
parentaaeea450df7d070d5042f48c7cc325e9101abd88 (diff)
downloadaur-58e7341def154c0bd8d02596fa3d15c866f5e830.tar.gz
Update checksum to match re-packaged upstream B6 release artifact
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 216b3251f595..46e8a1ba58fc 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 = 1
+ pkgrel = 2
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 = 402729dc51a6e8995a64384de6e9549861a0db6a87c9627e5832ea548b4ab6b49f538cf12ae510caa360c39806671785ce7560aaf07e7c46532fe0271884f2cb
+ sha512sums = 8b7a4b6d33380299512bef103331635c9e9855ae0712cbe4d9ccbec2c2499c77318502aa3e0259451ef32c414ef5c8fbc103513bcd924570097dd866934cbe10
pkgname = looking-glass
pkgdesc = A client application for accessing the LookingGlass IVSHMEM device of a VM
diff --git a/PKGBUILD b/PKGBUILD
index 2c5d645aa904..2ef930416e0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=("${pkgbase}"
"obs-plugin-${pkgbase}")
epoch=2
pkgver=B6
-pkgrel=1
+pkgrel=2
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=('402729dc51a6e8995a64384de6e9549861a0db6a87c9627e5832ea548b4ab6b49f538cf12ae510caa360c39806671785ce7560aaf07e7c46532fe0271884f2cb')
+sha512sums=('8b7a4b6d33380299512bef103331635c9e9855ae0712cbe4d9ccbec2c2499c77318502aa3e0259451ef32c414ef5c8fbc103513bcd924570097dd866934cbe10')
_lgdir="${pkgbase}-${pkgver}"