summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2019-06-04 17:32:27 +0000
committerOmar Pakker2019-06-04 17:32:27 +0000
commit78de80b3ee607d4d26755669a0e6a0cc0dda1cd9 (patch)
tree35aa448b708a4c78224609dea5168607115d2005
parent9dd3430098d3d6fd5eb6e028a68175cb9d86bcf0 (diff)
downloadaur-78de80b3ee607d4d26755669a0e6a0cc0dda1cd9.tar.gz
Correct libconfig dependency removal; did remove the depends entry but forgot to do so for the makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 043f482ed273..2838488e7b96 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 = 1
+ pkgrel = 2
epoch = 1
url = https://looking-glass.hostfission.com
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = looking-glass
makedepends = sdl2_ttf
makedepends = glu
makedepends = fontconfig
- makedepends = libconfig
makedepends = spice-protocol
source = https://github.com/gnif/LookingGlass/archive/B1-rc5.tar.gz
sha512sums = 5e4539d7decbfb37e8eb481c5d27cc38c1d7ed65df5e49a64f9a14402243b9f9ee97c939d3733bd90859ded71961a866c627d3c6c44bff6bd36881eced1fc1ec
diff --git a/PKGBUILD b/PKGBUILD
index 09266224ae34..af6073a8ee18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname=("${pkgbase}" "${pkgbase}-module-dkms" "${pkgbase}-host")
epoch=1
pkgver=B1_rc5
_pkgver=${pkgver//_/-}
-pkgrel=1
+pkgrel=2
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' 'libconfig' 'spice-protocol')
+makedepends=('cmake' 'sdl2_ttf' 'glu' 'fontconfig' 'spice-protocol')
source=("https://github.com/gnif/LookingGlass/archive/${_pkgver}.tar.gz")
sha512sums=('5e4539d7decbfb37e8eb481c5d27cc38c1d7ed65df5e49a64f9a14402243b9f9ee97c939d3733bd90859ded71961a866c627d3c6c44bff6bd36881eced1fc1ec')