summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Sabota2018-03-06 17:21:13 -0500
committerLukas Sabota2018-03-06 17:21:13 -0500
commit73399ff88fccb7d641783a3f462c689b0bde55c5 (patch)
tree3c836030bd234227fcec2bdef684a9e40595bb98
parente2d9ace9e417233536399a9220d03425e1c94ace (diff)
downloadaur-73399ff88fccb7d641783a3f462c689b0bde55c5.tar.gz
Add webkitgtk dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78e24a2686b5..d69811fe36e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = sn76489-vst-git
license = LGPL
makedepends = git
depends = mesa
+ depends = webkit2gtk
source = SN76489::git+https://github.com/FigBug/SN76489.git
source = dRowAudio::git+https://github.com/FigBug/drowaudio.git#commit=3a1e6eb75681b166c055c501a2ed4a8df8a44df0
source = slCommon::git+https://github.com/FigBug/slCommon.git#commit=b49d31c4f2f131506fe5ac53f2ac6e47b3ee109b
diff --git a/PKGBUILD b/PKGBUILD
index 3b4f9315496b..b57ed1b97062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://socalabs.com/"
license=('LGPL')
groups=('socalabs-vst-suite')
-depends=('mesa')
+depends=('mesa' 'webkit2gtk')
makedepends=('git')
source=('SN76489::git+https://github.com/FigBug/SN76489.git'
'dRowAudio::git+https://github.com/FigBug/drowaudio.git#commit=3a1e6eb75681b166c055c501a2ed4a8df8a44df0'