summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1622d37207ff..ef4653b4d63f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = telegram-desktop-dev
pkgdesc = Official Telegram Desktop client - development release
- pkgver = 1.9.12
- pkgrel = 2
+ pkgver = 1.9.14
+ pkgrel = 1
url = https://desktop.telegram.org/
arch = i686
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = telegram-desktop-dev
optdepends = ttf-opensans: default Open Sans font family
provides = telegram-desktop
conflicts = telegram-desktop
- source = tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v1.9.12
+ source = tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v1.9.14
source = Catch::git+https://github.com/philsquared/Catch
source = GSL::git+https://github.com/Microsoft/GSL.git
source = QR::git+https://github.com/nayuki/QR-Code-generator
diff --git a/PKGBUILD b/PKGBUILD
index 32370f3c068a..d80f0b01a03d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# https://github.com/mymedia2/tdesktop
pkgname=telegram-desktop-dev
-pkgver=1.9.12
-pkgrel=2
+pkgver=1.9.14
+pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=('i686' 'x86_64')
url="https://desktop.telegram.org/"
@@ -144,6 +144,7 @@ build() {
-DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME=ON \
-DTDESKTOP_DISABLE_DESKTOP_FILE_GENERATION=ON \
-DTDESKTOP_USE_PACKAGED_TGVOIP=OFF \
+ -DDESKTOP_APP_SPECIAL_TARGET="" \
-DTDESKTOP_LAUNCHER_BASENAME="telegram-desktop"
make -C build
}