summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2018-06-01 17:41:32 +1000
committerVictor Tran2018-06-01 17:41:32 +1000
commitff0e0bdce24f077e3d49fe64c27914ef5ac52078 (patch)
treed8ae25f58819115fda489b2ebf5813aa6c52d750
parent0fa5d635c2c0cb35e674ddffaaeb0a048cf80dea (diff)
downloadaur-ff0e0bdce24f077e3d49fe64c27914ef5ac52078.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64097791de1c..186c2ace1f53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = theslate
depends = qtermwidget
depends = the-libs
depends = qt5-websockets
+ depends = qt5-svg
source = theslate-0.3::git+https://github.com/vicr123/theslate.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9420d8b04db9..d1da2cc79d48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Text Editor with code highlighting support"
arch=("x86_64")
url="https://github.com/vicr123/theslate"
license=('GPL3')
-depends=('xdg-utils' 'qt5-base' 'qtermwidget' 'the-libs' 'qt5-websockets')
+depends=('xdg-utils' 'qt5-base' 'qtermwidget' 'the-libs' 'qt5-websockets' 'qt5-svg')
makedepends=('git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theslate.git')
md5sums=('SKIP')