summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2017-07-26 23:05:33 +1000
committerVictor Tran2017-07-26 23:05:33 +1000
commit874e3c7576b38844c26f31318736fa8d838138ec (patch)
tree8d757d87efa9b3f2739c33d317f59539103f69b5
parent91af2a6a84ea2b74ad511c9fb4b5ee24d22ce140 (diff)
downloadaur-874e3c7576b38844c26f31318736fa8d838138ec.tar.gz
Update more dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc1c2c097e11..a1afc6d93844 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = theslate
depends = qt5-base
depends = qtermwidget
depends = the-libs
+ depends = qt5-websockets
source = theslate-0.2::git+https://github.com/vicr123/theslate.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 061859ad0013..8f8d4d6af381 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')
+depends=('xdg-utils' 'qt5-base' 'qtermwidget' 'the-libs' 'qt5-websockets')
makedepends=('git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theslate.git')
md5sums=('SKIP')