summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author3JlOy_PYCCKUI2021-12-18 16:53:02 +0300
committer3JlOy_PYCCKUI2021-12-18 16:53:02 +0300
commit94e7944863f8dbff2f9d72912ec4cc8b027b97fe (patch)
treeab91b20d7bd000c56aaf5e4f276e62696880f306
parent95ed9643db90b2a374fde38078d43bac50560ff3 (diff)
downloadaur-94e7944863f8dbff2f9d72912ec4cc8b027b97fe.tar.gz
fix missing dependencies: rlottie-git added to depends
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 6aa3250d3e1b..0e3a9329b81d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
kotatogram-desktop*
libvpx
-libyuv
+libyuv
pipewire
+kotatogram-dev-git*
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 82cc1dbcd9c2..e16f23f35167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=kotatogram-dev-git
_pkgname=kotatogram-desktop
-pkgver=k1.4.5.r550.gb9a479517
-pkgrel=8
+pkgver=k1.4.5.r559.gc214b376e
+pkgrel=1
pkgdesc='Kotatogram – experimental Telegram Desktop fork - Dev branch'
arch=('x86_64')
url="https://kotatogram.github.io"
@@ -16,7 +16,7 @@ provides=(kotatogram-desktop kotatogram-desktop-git)
depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 'ttf-opensans'
'qt5-imageformats' 'qt5-svg' 'qt5-wayland' 'libdbusmenu-qt5' 'xxhash' 'kwayland' 'glibmm'
'rnnoise' 'pipewire' 'libxtst' 'jemalloc' 'libxrandr' 'abseil-cpp' 'libjpeg-turbo' 'opus' 'openssl' 'libx11' 'libvpx' 'libxcomposite'
- 'libxdamage' 'libxext' 'libxfixes' 'zlib' 'wayland' 'glibc' 'libsigc++' 'glib2' 'xcb-util-keysyms' 'libxcb' 'gcc-libs' )
+ 'libxdamage' 'libxext' 'libxfixes' 'zlib' 'wayland' 'glibc' 'libsigc++' 'glib2' 'xcb-util-keysyms' 'libxcb' 'gcc-libs' 'rlottie-git' )
makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl'
'extra-cmake-modules' 'webkit2gtk' 'unzip'
'yasm'