diff options
author | clansty | 2024-08-14 20:31:11 +0800 |
---|---|---|
committer | clansty | 2024-08-14 20:31:11 +0800 |
commit | 69d3589fda668e01495cf7367b1a4a1d210efcf8 (patch) | |
tree | d9b92618f0e826ed85d669aa9db94d9b87ec5a81 /PKGBUILD | |
parent | 55f66d367a7406a128f654f2396561050696f309 (diff) | |
download | aur-69d3589fda668e01495cf7367b1a4a1d210efcf8.tar.gz |
qwq
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -3,28 +3,30 @@ # Contributor: KspLite <ksplite@outlook.com> # Contributor: Daniil Kovalev <daniil@kovalev.website> pkgname=0wgram -pkgver=1.2.4 +pkgver=1.4.0 pkgrel=1 epoch=1 pkgdesc='Unofficial desktop version of Telegram messaging app' arch=('x86_64' 'aarch64') url="https://github.com/clansty/tdesktop" license=('GPL3') -depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 'ttf-opensans' - 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'xxhash' - 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 'libdispatch' - 'openssl' 'protobuf' 'glib2' 'boost-libs' 'libsigc++-3.0' 'cppgir' 'glibmm-2.68' 'libxcomposite' 'libvpx') +depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' + 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'xxhash' 'ada' + 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'abseil-cpp' 'libdispatch' + 'openssl' 'protobuf' 'glib2' 'libsigc++-3.0' + 'libxcomposite' 'libvpx' 'libxdamage' 'kcoreaddons' 'jemalloc' 'openh264') makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl' 'meson' 'extra-cmake-modules' 'wayland-protocols' 'plasma-wayland-protocols' 'libtg_owt' - 'gobject-introspection' 'boost' 'fmt' 'mm-common' 'perl-xml-parser') + 'gobject-introspection' 'boost' 'fmt' 'mm-common' 'perl-xml-parser' 'python-packaging' + 'dos2unix' 'glib2-devel') optdepends=('webkit2gtk: embedded browser features' 'xdg-desktop-portal: desktop integration') -commit="f3928f7ae8eee05b6a2e9f9e7e5a4fdd4f414382" +commit="1576cacb687060713733754e3952cbc27d42b93b" source=("git+${url}.git#commit=${commit}" "fix-lzma-link.patch") -sha512sums=('SKIP' +sha512sums=('4efad218af2e45c6254f6ba7584445486ca96fff6f00f9288aa81d6b7fc2f2c2320e440dda270cb26a15e1cd86175692c05bb0b0784fadc0bde69b3fbca96ee6' 'e15cdc8513793f17e4b6ca2dfab5b4bbf22d0934c1e88038957b9004865edb4101a3133482708aab6844de3c1dfdac9c98970de684c1508634180d90c84345f7') prepare() { |