summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author3JlOy_PYCCKUI2022-07-23 19:51:21 +0300
committer3JlOy_PYCCKUI2022-07-23 19:51:21 +0300
commite65d3006bfae71a4517b34b8afa9b948f8444a09 (patch)
tree1439073a8459de348ee0e429cd00333fdf6a72e6
parentf16a3ec0aa7dce93ec05d2ab36f0724b1de3b0a6 (diff)
downloadaur-e65d3006bfae71a4517b34b8afa9b948f8444a09.tar.gz
1.4.9-3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 998e6e760ed6..9c26e95ad348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kotatogram-desktop-beta-dynamic-bin
pkgdesc = Kotatogram – experimental Telegram Desktop fork - Beta version precompiled package
pkgver = 1.4.9
- pkgrel = 2
+ pkgrel = 3
url = https://kotatogram.github.io
arch = x86_64
license = GPL3
@@ -12,10 +12,9 @@ pkgbase = kotatogram-desktop-beta-dynamic-bin
depends = minizip
depends = openal
depends = ttf-opensans
- depends = qt6-imageformats
- depends = qt6-svg
- depends = qt6-wayland
- depends = qt6-5compat
+ depends = qt5-imageformats
+ depends = qt5-svg
+ depends = qt5-wayland
depends = xxhash
depends = kwayland
depends = glibmm
@@ -31,6 +30,7 @@ pkgbase = kotatogram-desktop-beta-dynamic-bin
depends = libx11
depends = libvpx
depends = libxcomposite
+ depends = libdrm
depends = libxdamage
depends = libxext
depends = libxfixes
@@ -48,7 +48,7 @@ pkgbase = kotatogram-desktop-beta-dynamic-bin
provides = kotatogram-desktop
conflicts = kotatogram-desktop
conflicts = kotatogram-desktop-bin
- source = https://github.com/3JlOy-PYCCKUi/kotatogram-desktop-betaAUR/releases/download/k1.4.9-2/kotatogram-desktop-beta-1.4.9-2-x86_64.pkg.tar.zst
- b2sums = c45641597b36e71291c1320f5e0f3f31c7a27817e33adfee0c34d7e7b685697b2e1d604f9ad37923260e4d7297dd0ad5e3765817db24330c2f1fc04bb25442f2
+ source = https://github.com/3JlOy-PYCCKUi/kotatogram-desktop-betaAUR/releases/download/k1.4.9-3/kotatogram-desktop-beta-1.4.9-3-x86_64.pkg.tar.zst
+ b2sums = 69b693affc3f736ca176a2e438b1493b22a2e10c55b06750b040fd156fa43b718151275bbdc9fda2f1cbf053c772d3e848489ef5023ca2fa02312a8ad7ed3cd7
pkgname = kotatogram-desktop-beta-dynamic-bin
diff --git a/PKGBUILD b/PKGBUILD
index deedac8d693a..a3e0aa074533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
_pkgname=kotatogram-desktop-beta
pkgname="${_pkgname}-dynamic-bin"
pkgver=1.4.9
-pkgrel=2
-_pkgrel=2
+pkgrel=3
+_pkgrel=3
pkgdesc="Kotatogram – experimental Telegram Desktop fork - Beta version precompiled package"
arch=('x86_64')
url="https://kotatogram.github.io"
license=('GPL3')
depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 'ttf-opensans'
- 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 'kwayland' 'glibmm'
- 'rnnoise' 'pipewire' 'libxtst' 'jemalloc' 'libxrandr' 'abseil-cpp' 'libjpeg-turbo' 'opus' 'openssl' 'libx11' 'libvpx' 'libxcomposite'
+ 'qt5-imageformats' 'qt5-svg' 'qt5-wayland' 'xxhash' 'kwayland' 'glibmm'
+ 'rnnoise' 'pipewire' 'libxtst' 'jemalloc' 'libxrandr' 'abseil-cpp' 'libjpeg-turbo' 'opus' 'openssl' 'libx11' 'libvpx' 'libxcomposite' 'libdrm'
'libxdamage' 'libxext' 'libxfixes' 'zlib' 'wayland' 'glibc' 'libsigc++' 'glib2' 'xcb-util-keysyms' 'libxcb' 'gcc-libs' 'libdispatch')
optdepends=('webkit2gtk: embedded browser features'
'xdg-desktop-portal: desktop integration')
@@ -23,4 +23,4 @@ source=("https://github.com/3JlOy-PYCCKUi/kotatogram-desktop-betaAUR/releases/do
package() {
tar -xaf "$srcdir/${_pkgname}-${pkgver}-${_pkgrel}-x86_64.pkg.tar.zst" -C "$pkgdir" --exclude=".*"
}
-b2sums=('c45641597b36e71291c1320f5e0f3f31c7a27817e33adfee0c34d7e7b685697b2e1d604f9ad37923260e4d7297dd0ad5e3765817db24330c2f1fc04bb25442f2')
+b2sums=('69b693affc3f736ca176a2e438b1493b22a2e10c55b06750b040fd156fa43b718151275bbdc9fda2f1cbf053c772d3e848489ef5023ca2fa02312a8ad7ed3cd7')