summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author3JlOy_PYCCKUI2022-01-12 20:38:19 +0300
committer3JlOy_PYCCKUI2022-01-12 20:38:19 +0300
commit65b65977960d4579e6a448c7fa1b66061f4e4da8 (patch)
tree18a7628d7d2312e3e53fb623b78dfbb80bfa911a
parent1ef199411063e8e8d76b7ceb4db8fc624cca6e20 (diff)
downloadaur-65b65977960d4579e6a448c7fa1b66061f4e4da8.tar.gz
fix missing dependencies: libtg_owt added to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95def4deaa1a..3505c6601f99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = kotatogram-dev-git
makedepends = webkit2gtk
makedepends = unzip
makedepends = yasm
+ makedepends = libtg_owt
depends = hunspell
depends = ffmpeg
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 6d0d1d4aa221..6eb12f0baf9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 'ttf-
'libxdamage' 'libxext' 'libxfixes' 'zlib' 'wayland' 'glibc' 'libsigc++' 'glib2' 'xcb-util-keysyms' 'libxcb' 'gcc-libs')
makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl'
'extra-cmake-modules' 'webkit2gtk' 'unzip'
- 'yasm')
+ 'yasm' 'libtg_owt')
optdepends=('webkit2gtk: embedded browser features'
'xdg-desktop-portal: desktop integration')
conflicts=('kotatogram-desktop-bin' 'kotatogram-desktop-dynamic-bin' 'kotatogram-desktop')