summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2018-06-21 12:25:23 +0200
committerGiovanni Santini2018-06-21 12:25:23 +0200
commit7864d8fb0a6ca90c1c13cf35f801d3b958a3a3bc (patch)
tree83e500ed0f616fc41b09f1848ae59197d661f05b
parent1b57b2cf314ab66a9c78673e9dfb7b5bb8b699e5 (diff)
downloadaur-7864d8fb0a6ca90c1c13cf35f801d3b958a3a3bc.tar.gz
upgpkg: telegram-desktop-bin 1.3.7-2
- Use Github tarballs, avoiding network blocks in Russia and other countries
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24ce73697d91..d35fb6696c25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = telegram-desktop-bin
pkgdesc = Official desktop version of Telegram messaging app - Static binaries
pkgver = 1.3.7
- pkgrel = 1
+ pkgrel = 2
url = https://desktop.telegram.org
install = telegram-desktop-bin.install
arch = i686
@@ -37,9 +37,9 @@ pkgbase = telegram-desktop-bin
sha256sums = 83e3e8eeecadcb3429704626d4ac80ef61ef4e06ba2c6ca2b105a4a436f33032
sha256sums = 871f2a6d3bd9d657f8379196e51fd3117c1586e0042e9e993ae138f78b2bcd76
sha256sums = a9eb77ca5a428b32f6e01f62b859cce788c4c9a170dc2cd080800a9de59faa3d
- source_i686 = https://updates.tdesktop.com/tlinux32/tsetup32.1.3.7.tar.xz
+ source_i686 = https://github.com/telegramdesktop/tdesktop/releases/download/v1.3.7/tsetup32.1.3.7.tar.xz
sha256sums_i686 = 3d56320c65bbae10de3b3352033fed2066a2e007c97665578cd74f9cda128176
- source_x86_64 = https://updates.tdesktop.com/tlinux/tsetup.1.3.7.tar.xz
+ source_x86_64 = https://github.com/telegramdesktop/tdesktop/releases/download/v1.3.7/tsetup.1.3.7.tar.xz
sha256sums_x86_64 = 72805d26457666ad6b282f4fcf6f1f35a93aab044f0bbece48c02a2e8a4820a5
pkgname = telegram-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0e1fa8c60502..803e120960b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=telegram-desktop-bin
pkgver=1.3.7
-pkgrel=1
+pkgrel=2
pkgdesc="Official desktop version of Telegram messaging app - Static binaries"
arch=('i686' 'x86_64')
url="https://desktop.telegram.org"
@@ -34,8 +34,8 @@ source=(
tg.protocol
https://github.com/telegramdesktop/tdesktop/raw/master/Telegram/Resources/art/icon{16,32,48,64,128,256,512}.png
)
-source_i686=('https://updates.tdesktop.com/tlinux32/tsetup32.'$pkgver'.tar.xz')
-source_x86_64=('https://updates.tdesktop.com/tlinux/tsetup.'$pkgver'.tar.xz')
+source_i686=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tsetup32.${pkgver}.tar.xz")
+source_x86_64=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tsetup.${pkgver}.tar.xz")
# Checksums
sha256sums=('32d1597d67a7ef519367e499fcc978da4cce104e370b3787853446d93b1533d6'
'd4cdad0d091c7e47811d8a26d55bbee492e7845e968c522e86f120815477e9eb'