summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2022-09-16 00:26:53 +0200
committerGiovanni Santini2022-09-16 00:26:53 +0200
commit02a241fa5d55472aa3d93cf7d0c690ff104b5b55 (patch)
tree021488878f6de09e80a054edca6c9ff437cd5f23 /PKGBUILD
parent245490151d3fe488fa270acde4ad7b261863c3ad (diff)
downloadaur-02a241fa5d55472aa3d93cf7d0c690ff104b5b55.tar.gz
upgpkg: telegram-desktop-dev 4.1.2-1
- Version bump. - Removed a now useless submodule.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87c7c2816389..08a007331b0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Thanks Nicholas Guriev <guriev-ns@ya.ru> for the initial patches!
# https://github.com/mymedia2/tdesktop
pkgname=telegram-desktop-dev
-pkgver=4.1.1
+pkgver=4.1.2
pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=(x86_64)
@@ -55,7 +55,6 @@ source=(
"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip"
"lib_tl::git+https://github.com/desktop-app/lib_tl.git"
"lib_ui::git+https://github.com/desktop-app/lib_ui.git"
- "lib_waylandshells::git+https://github.com/desktop-app/lib_waylandshells.git"
"lib_webrtc::git+https://github.com/desktop-app/lib_webrtc.git"
"lib_webview::git+https://github.com/desktop-app/lib_webview.git"
"lz4::git+https://github.com/lz4/lz4.git"
@@ -100,7 +99,6 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'SKIP')
prepare() {
@@ -120,7 +118,6 @@ prepare() {
git config submodule.Telegram/lib_storage.url "$srcdir/lib_storage"
git config submodule.Telegram/lib_tl.url "$srcdir/lib_tl"
git config submodule.Telegram/lib_ui.url "$srcdir/lib_ui"
- git config submodule.Telegram/lib_waylandshells.url "$srcdir/lib_waylandshells"
git config submodule.Telegram/lib_webrtc.url "$srcdir/lib_webrtc"
git config submodule.Telegram/lib_webview.url "$srcdir/lib_webview"
git config submodule.Telegram/ThirdParty/dispatch.url "$srcdir/dispatch"