summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2022-04-20 17:39:01 +0200
committerj.r2022-04-20 17:39:01 +0200
commit99978be527eaffc76255d4a6e7a11341917cc364 (patch)
tree267948b44b34b77a7fbc0507288aa10b3356f0fb
parent4eb6b11c2117b4a0b486f7403610e8d4cb0018f9 (diff)
downloadaur-99978be527eaffc76255d4a6e7a11341917cc364.tar.gz
upgpkg: libtd 1.8.3-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed89c7761de9..c4de77f87a20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtd
pkgdesc = Cross-platform library for building Telegram clients
- pkgver = 1.7.10
+ pkgver = 1.8.3
pkgrel = 1
url = https://core.telegram.org/tdlib
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = libtd
depends = gcc-libs
provides = libtd
conflicts = telegram-tdlib
- source = libtd::git+https://github.com/tdlib/td.git#commit=a53cb30e99f937cfd64e0266fa558785a184a553
+ source = libtd::git+https://github.com/tdlib/td.git#commit=054a823c1a812ee3e038f702c6d8ba3e6974be9c
md5sums = SKIP
pkgname = libtd
diff --git a/PKGBUILD b/PKGBUILD
index edaf6c287319..b302a7e8e125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Felix Serrano Blanco <felixseblanc@gmail.com>
pkgname=libtd
-pkgver=1.7.10
+pkgver=1.8.3
pkgrel=1
pkgdesc="Cross-platform library for building Telegram clients "
arch=('x86_64')
@@ -22,7 +22,7 @@ makedepends=(
)
provides=('libtd')
conflicts=('telegram-tdlib')
-_commit=a53cb30e99f937cfd64e0266fa558785a184a553
+_commit=054a823c1a812ee3e038f702c6d8ba3e6974be9c
source=("$pkgname::git+https://github.com/tdlib/td.git#commit=$_commit")
md5sums=('SKIP')