summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2018-05-18 18:05:59 +0200
committerOmar Pakker2018-05-18 18:05:59 +0200
commit547439c1ecb8bd7803b189e4faafa19cb90286b2 (patch)
treede9c8390a20229309cccce3c1a5822c9fc613872
parent109d6df9d7daf27f3df196c8992bfd53385791c7 (diff)
downloadaur-547439c1ecb8bd7803b189e4faafa19cb90286b2.tar.gz
Add the needed depends missing from makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fd4a033b715..3f24ecc4f1a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = looking-glass-git
pkgdesc = An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough
pkgver = a10.r67.gf63c804
- pkgrel = 1
+ pkgrel = 2
url = https://looking-glass.hostfission.com
arch = x86_64
license = GPL2
makedepends = git
makedepends = sdl2_ttf
- makedepends = spice-protocol
+ makedepends = glu
+ makedepends = fontconfig
makedepends = libconfig
+ makedepends = spice-protocol
source = looking-glass::git+https://github.com/gnif/LookingGlass.git
source = dkms.conf
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 84f91c409ebe..0eff39dd6e27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _pkgname=looking-glass
pkgbase="${_pkgname}-git"
pkgname=("${_pkgname}-git" "${_pkgname}-module-dkms-git")
pkgver=a10.r67.gf63c804
-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=('git' 'sdl2_ttf' 'spice-protocol' 'libconfig')
+makedepends=('git' 'sdl2_ttf' 'glu' 'fontconfig' 'libconfig' 'spice-protocol')
source=("${_pkgname}::git+https://github.com/gnif/LookingGlass.git"
"dkms.conf")
sha512sums=('SKIP'