summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8f80b867d8b..dc1c2c097e11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = theslate
depends = xdg-utils
depends = qt5-base
depends = qtermwidget
+ depends = the-libs
source = theslate-0.2::git+https://github.com/vicr123/theslate.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 84b0cd6b74d4..061859ad0013 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')
+depends=('xdg-utils' 'qt5-base' 'qtermwidget' 'the-libs')
makedepends=('git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theslate.git')
md5sums=('SKIP')