summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2019-07-25 19:05:01 +0000
committerOmar Pakker2019-07-25 19:05:01 +0000
commita8a00720e703615b60cf527a97d614f94e919875 (patch)
tree28d9394a934d87cfc98c24426b0c0b9db671c58d
parente20329cacaa0643c571fb9499687c9902cffae86 (diff)
downloadaur-a8a00720e703615b60cf527a97d614f94e919875.tar.gz
Update to the first official release version.
From here on out, the package will only be updated on new official releases, not on RC releases.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45a475133953..369a07eddda1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = looking-glass
pkgdesc = An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough
- pkgver = B1_rc6
- pkgrel = 2
- epoch = 1
+ pkgver = B1
+ pkgrel = 1
+ epoch = 2
url = https://looking-glass.hostfission.com
arch = x86_64
license = GPL2
@@ -11,8 +11,8 @@ pkgbase = looking-glass
makedepends = glu
makedepends = fontconfig
makedepends = spice-protocol
- source = https://github.com/gnif/LookingGlass/archive/B1-rc6.tar.gz
- sha512sums = 592c5d813650a19dd8a3edfa7659348ec1d24627c7a66b6b13490a777e0f5b8d98bf7206323f3b9ebf5a1cd3904f068d67c5ad6277c43952eac13e099b7b8348
+ source = https://github.com/gnif/LookingGlass/archive/B1.tar.gz
+ sha512sums = add82702d7e7f601a07db5b9e0de7a7472d3051a71c4cb484e0c10333f25e0ca54d19513002b93803ae1677fb8ea05368253cd929853dfcda16207a53ed2f19f
pkgname = looking-glass
pkgdesc = A client application for accessing the LookingGlass IVSHMEM device of a VM
diff --git a/PKGBUILD b/PKGBUILD
index 3a4c67289b9b..e607a9ac20f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgbase=looking-glass
pkgname=("${pkgbase}" "${pkgbase}-module-dkms" "${pkgbase}-host")
-epoch=1
-pkgver=B1_rc6
+epoch=2
+pkgver=B1
_pkgver=${pkgver//_/-}
-pkgrel=2
+pkgrel=1
pkgdesc="An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough"
url="https://looking-glass.hostfission.com"
arch=('x86_64')
license=('GPL2')
makedepends=('cmake' 'sdl2_ttf' 'glu' 'fontconfig' 'spice-protocol')
source=("https://github.com/gnif/LookingGlass/archive/${_pkgver}.tar.gz")
-sha512sums=('592c5d813650a19dd8a3edfa7659348ec1d24627c7a66b6b13490a777e0f5b8d98bf7206323f3b9ebf5a1cd3904f068d67c5ad6277c43952eac13e099b7b8348')
+sha512sums=('add82702d7e7f601a07db5b9e0de7a7472d3051a71c4cb484e0c10333f25e0ca54d19513002b93803ae1677fb8ea05368253cd929853dfcda16207a53ed2f19f')
build() {
cd "${srcdir}/LookingGlass-${_pkgver}"