summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2019-07-01 12:32:00 +0000
committerOmar Pakker2019-07-01 12:32:00 +0000
commit573f6c3b957d2f6d2d2f5eb0b54ac002b30be29c (patch)
tree22f06b0fdfb77abfe50b7a860bfd2648987e8834
parent6f70a922bfdb3bf76d997b8be6ec9bb9f0481e59 (diff)
downloadaur-573f6c3b957d2f6d2d2f5eb0b54ac002b30be29c.tar.gz
Update to B1-rc6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 842c5e553189..47cb43118a46 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 = B1_rc5
- pkgrel = 3
+ pkgver = B1_rc6
+ pkgrel = 1
epoch = 1
url = https://looking-glass.hostfission.com
arch = x86_64
@@ -11,10 +11,8 @@ pkgbase = looking-glass
makedepends = glu
makedepends = fontconfig
makedepends = spice-protocol
- source = https://github.com/gnif/LookingGlass/archive/B1-rc5.tar.gz
- source = https://github.com/gnif/LookingGlass/pull/167.diff
- sha512sums = 5e4539d7decbfb37e8eb481c5d27cc38c1d7ed65df5e49a64f9a14402243b9f9ee97c939d3733bd90859ded71961a866c627d3c6c44bff6bd36881eced1fc1ec
- sha512sums = 9523fc209fc9fa1ff19a325d89146c14d2806ed2401493a5a00f553749a7db3681ef6450148182c50f9a6716a2084cf506f04523b94afccacd6acb3afe83b077
+ source = https://github.com/gnif/LookingGlass/archive/B1-rc6.tar.gz
+ sha512sums = 592c5d813650a19dd8a3edfa7659348ec1d24627c7a66b6b13490a777e0f5b8d98bf7206323f3b9ebf5a1cd3904f068d67c5ad6277c43952eac13e099b7b8348
pkgname = looking-glass
pkgdesc = A client application for accessing the LookingGlass IVSHMEM device of a VM
diff --git a/PKGBUILD b/PKGBUILD
index 40d21862d7f8..d41b54c83009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,16 @@
pkgbase=looking-glass
pkgname=("${pkgbase}" "${pkgbase}-module-dkms" "${pkgbase}-host")
epoch=1
-pkgver=B1_rc5
+pkgver=B1_rc6
_pkgver=${pkgver//_/-}
-pkgrel=3
+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"
- "https://github.com/gnif/LookingGlass/pull/167.diff")
-sha512sums=('5e4539d7decbfb37e8eb481c5d27cc38c1d7ed65df5e49a64f9a14402243b9f9ee97c939d3733bd90859ded71961a866c627d3c6c44bff6bd36881eced1fc1ec'
- '9523fc209fc9fa1ff19a325d89146c14d2806ed2401493a5a00f553749a7db3681ef6450148182c50f9a6716a2084cf506f04523b94afccacd6acb3afe83b077')
-
-prepare() {
- cd "${srcdir}/LookingGlass-${_pkgver}"
- patch -p1 < "${srcdir}/167.diff"
-}
+source=("https://github.com/gnif/LookingGlass/archive/${_pkgver}.tar.gz")
+sha512sums=('592c5d813650a19dd8a3edfa7659348ec1d24627c7a66b6b13490a777e0f5b8d98bf7206323f3b9ebf5a1cd3904f068d67c5ad6277c43952eac13e099b7b8348')
build() {
cd "${srcdir}/LookingGlass-${_pkgver}"