summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2017-12-28 22:51:33 +0100
committerOmar Pakker2017-12-28 22:51:33 +0100
commit48e9f2348e7232f08a11ead984c8ff956de22543 (patch)
tree2ca18dcee0dc9abe6fea048e7b49c80b1dbc6279
parent47f1355052c0702a09484942aa4e2ff8e2efaca3 (diff)
downloadaur-48e9f2348e7232f08a11ead984c8ff956de22543.tar.gz
Add libconfig dependency which became a requirement with commit 40bfdcdf8c6924307dfd59bd432d0e84c750beb2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a8dbdabb2df..11d8075e774e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = looking-glass-git
pkgdesc = An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough
- pkgver = a5.r11.g2bb8b02
+ pkgver = a10.r5.g3d9230a
pkgrel = 1
url = https://looking-glass.hostfission.com
arch = x86_64
@@ -8,10 +8,12 @@ pkgbase = looking-glass-git
makedepends = git
makedepends = sdl2_ttf
makedepends = spice-protocol
+ makedepends = libconfig
depends = sdl2_ttf
depends = glu
depends = openssl
depends = fontconfig
+ depends = libconfig
provides = looking-glass
conflicts = looking-glass
source = looking-glass::git+https://github.com/gnif/LookingGlass.git
diff --git a/PKGBUILD b/PKGBUILD
index de88a68898fd..c9eb9324b193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=looking-glass
pkgname="${_pkgname}-git"
-pkgver=a5.r11.g2bb8b02
+pkgver=a10.r5.g3d9230a
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=('git' 'sdl2_ttf' 'spice-protocol')
-depends=('sdl2_ttf' 'glu' 'openssl' 'fontconfig')
+makedepends=('git' 'sdl2_ttf' 'spice-protocol' 'libconfig')
+depends=('sdl2_ttf' 'glu' 'openssl' 'fontconfig' 'libconfig')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_pkgname}::git+https://github.com/gnif/LookingGlass.git")