summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2020-06-16 16:58:51 +0200
committerGiovanni Santini2020-06-16 16:58:51 +0200
commit60ea64678e234f445313f33b63d03a152b9cd92b (patch)
tree02df5c237f48a17471f8e8d82b5587d2fc68a9a2
parent33d3b2ede532e46b4dc1791cb2174698ab59251b (diff)
downloadaur-60ea64678e234f445313f33b63d03a152b9cd92b.tar.gz
upgpkg: telegram-desktop-bin 2.1.11-1
- Version bump.
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19ddc8cbc981..1a54bb8abb84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-bin
pkgdesc = Official desktop version of Telegram messaging app - Static binaries
- pkgver = 2.1.10
+ pkgver = 2.1.11
pkgrel = 1
url = https://desktop.telegram.org
install = telegram-desktop-bin.install
@@ -13,9 +13,8 @@ pkgbase = telegram-desktop-bin
depends = hicolor-icon-theme
depends = libdbus
depends = libx11
- optdepends = libappindicator-gtk2: to hide Telegram in the tray bar (GTK2-based desktop environment)
- optdepends = libappindicator-gtk3: to hide Telegram in the tray bar (GTK3-based desktop environment)
- optdepends = libappindicator-sharp: to hide Telegram in the tray bar (Unity-based desktop environment)
+ optdepends = libappindicator-gtk2: to hide Telegram in the tray bar in GTK2-based desktop environment
+ optdepends = libappindicator-gtk3: to hide Telegram in the tray bar in GTK3-based desktop environment
optdepends = xdg-utils: for automatic opening of URLs, files and directories in proper applications
provides = telegram-desktop
conflicts = telegram-desktop
@@ -38,10 +37,10 @@ pkgbase = telegram-desktop-bin
sha256sums = 83e3e8eeecadcb3429704626d4ac80ef61ef4e06ba2c6ca2b105a4a436f33032
sha256sums = 871f2a6d3bd9d657f8379196e51fd3117c1586e0042e9e993ae138f78b2bcd76
sha256sums = a9eb77ca5a428b32f6e01f62b859cce788c4c9a170dc2cd080800a9de59faa3d
- source_i686 = https://github.com/telegramdesktop/tdesktop/releases/download/v2.1.10/tsetup32.2.1.10.tar.xz
- sha256sums_i686 = 31475c7433365d20874c818ed6968e77a056f3fdf18c5b82286b71ecdd9f8227
- source_x86_64 = https://github.com/telegramdesktop/tdesktop/releases/download/v2.1.10/tsetup.2.1.10.tar.xz
- sha256sums_x86_64 = 1188cc2c1bde053a5c805e37f8d808491b67964a8e354eb0177732fb42944a46
+ source_i686 = https://github.com/telegramdesktop/tdesktop/releases/download/v2.1.11/tsetup32.2.1.11.tar.xz
+ sha256sums_i686 = 4f3b4981a7fe2c3f5bd80a94f3c1aa7db3cd15e987e189f954c19a381ee74f41
+ source_x86_64 = https://github.com/telegramdesktop/tdesktop/releases/download/v2.1.11/tsetup.2.1.11.tar.xz
+ sha256sums_x86_64 = 16db378e0cce218d3b042b30729618f89f85467e00cd42515c23889a3ef163f9
pkgname = telegram-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6f320a116f33..27e8bd8d5103 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: agnotek <agnostic.sn [at]gmail.com>
pkgname=telegram-desktop-bin
-pkgver=2.1.10
+pkgver=2.1.11
pkgrel=1
pkgdesc="Official desktop version of Telegram messaging app - Static binaries"
arch=('i686' 'x86_64')
@@ -20,9 +20,8 @@ makedepends=(
chrpath
)
optdepends=(
- 'libappindicator-gtk2: to hide Telegram in the tray bar (GTK2-based desktop environment)'
- 'libappindicator-gtk3: to hide Telegram in the tray bar (GTK3-based desktop environment)'
- 'libappindicator-sharp: to hide Telegram in the tray bar (Unity-based desktop environment)'
+ 'libappindicator-gtk2: to hide Telegram in the tray bar in GTK2-based desktop environment'
+ 'libappindicator-gtk3: to hide Telegram in the tray bar in GTK3-based desktop environment'
'xdg-utils: for automatic opening of URLs, files and directories in proper applications'
)
conflicts=('telegram-desktop')
@@ -47,8 +46,8 @@ sha256sums=('32d1597d67a7ef519367e499fcc978da4cce104e370b3787853446d93b1533d6'
'83e3e8eeecadcb3429704626d4ac80ef61ef4e06ba2c6ca2b105a4a436f33032'
'871f2a6d3bd9d657f8379196e51fd3117c1586e0042e9e993ae138f78b2bcd76'
'a9eb77ca5a428b32f6e01f62b859cce788c4c9a170dc2cd080800a9de59faa3d')
-sha256sums_i686=('31475c7433365d20874c818ed6968e77a056f3fdf18c5b82286b71ecdd9f8227')
-sha256sums_x86_64=('1188cc2c1bde053a5c805e37f8d808491b67964a8e354eb0177732fb42944a46')
+sha256sums_i686=('4f3b4981a7fe2c3f5bd80a94f3c1aa7db3cd15e987e189f954c19a381ee74f41')
+sha256sums_x86_64=('16db378e0cce218d3b042b30729618f89f85467e00cd42515c23889a3ef163f9')
# Some installation information
install="$pkgname.install"