summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lönnqvist2021-05-13 13:19:52 +0300
committerBen Lönnqvist2021-05-13 13:19:52 +0300
commitfdae0be8228f281362c2174273aacb36e10c37fe (patch)
tree99d8029d1c33611e7323f225ba647ea911c7b2de
parente510fb4d0e058355668a0e7530b729a32e494227 (diff)
downloadaur-fdae0be8228f281362c2174273aacb36e10c37fe.tar.gz
upgpkg: telegram-desktop-dev 2.7.5-1
- Version bump. - Remove patch file.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1e83adc48d6..7e63c396e711 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-dev
pkgdesc = Official Telegram Desktop client - development release
- pkgver = 2.7.4
+ pkgver = 2.7.5
pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = telegram-desktop-dev
depends = webkit2gtk
provides = telegram-desktop
conflicts = telegram-desktop
- source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v2.7.4
+ source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v2.7.5
source = Catch::git+https://github.com/philsquared/Catch
source = cmake::git+https://github.com/desktop-app/cmake_helpers.git
source = codegen::git+https://github.com/desktop-app/codegen.git
@@ -60,7 +60,6 @@ pkgbase = telegram-desktop-dev
source = rlottie::git+https://github.com/desktop-app/rlottie.git
source = tgcalls::git+https://github.com/TelegramMessenger/tgcalls.git
source = xxHash::git+https://github.com/Cyan4973/xxHash.git
- source = https://github.com/archlinux/svntogit-community/raw/packages/telegram-desktop/trunk/fix-webview-includes.patch
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
@@ -92,7 +91,6 @@ pkgbase = telegram-desktop-dev
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = 5492c73f0b984da1e2d1f21c3a36c11c4b9ad511522dccd4d6440681f68d6ebc9e672806a534b1e551f736f080d3ef307c8ddd012e4646bd84d09c5e8fa85a40
pkgname = telegram-desktop-dev
diff --git a/PKGBUILD b/PKGBUILD
index d31cb1b077c9..95c1340b75a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Thanks Nicholas Guriev <guriev-ns@ya.ru> for the initial patches!
# https://github.com/mymedia2/tdesktop
pkgname=telegram-desktop-dev
-pkgver=2.7.4
+pkgver=2.7.5
pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=(x86_64)
@@ -57,7 +57,6 @@ source=(
"rlottie::git+https://github.com/desktop-app/rlottie.git"
"tgcalls::git+https://github.com/TelegramMessenger/tgcalls.git"
"xxHash::git+https://github.com/Cyan4973/xxHash.git"
- "https://github.com/archlinux/svntogit-community/raw/packages/telegram-desktop/trunk/fix-webview-includes.patch"
)
sha512sums=('SKIP'
'SKIP'
@@ -89,8 +88,7 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- '5492c73f0b984da1e2d1f21c3a36c11c4b9ad511522dccd4d6440681f68d6ebc9e672806a534b1e551f736f080d3ef307c8ddd012e4646bd84d09c5e8fa85a40')
+ 'SKIP')
prepare() {
cd "$srcdir/tdesktop"
@@ -144,8 +142,6 @@ prepare() {
cd cmake
# force webrtc link to libjpeg
echo "target_link_libraries(external_webrtc INTERFACE jpeg)" | tee -a external/webrtc/CMakeLists.txt
- cd ../Telegram/lib_webview
- patch -Np1 -i "$srcdir"/fix-webview-includes.patch
}
build() {