summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2024-01-28 14:47:59 +0100
committerj.r2024-01-28 14:47:59 +0100
commit790f112fe2378271173e2b5c1f168f6c27ff1da9 (patch)
tree0002f09592c7c3d34d9fb1650b796078e0067e7a
parent8ca79452b1746309dc164ef7f84d807b5205076e (diff)
downloadaur-790f112fe2378271173e2b5c1f168f6c27ff1da9.tar.gz
Upgrade to 1.8.24
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beccb5e8f952..5718cc7fcee6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = libtd
pkgdesc = Cross-platform library for building Telegram clients
- pkgver = 1.8.16
- pkgrel = 2
+ pkgver = 1.8.24
+ pkgrel = 1
url = https://core.telegram.org/tdlib
arch = x86_64
- license = Boost
+ license = BSL-1.0
makedepends = git
makedepends = clang>=3.4
makedepends = cmake>=3.0.2
@@ -16,7 +16,7 @@ pkgbase = libtd
provides = telegram-tdlib
provides = libtdjson.so
conflicts = telegram-tdlib
- source = libtd::git+https://github.com/tdlib/td.git#commit=cde095db6c75827fe4bd237039574aad373ad96b
+ source = libtd::git+https://github.com/tdlib/td.git#commit=c5c55092dd61b9eb15d6bbfd0f02c04c593450e7
md5sums = SKIP
pkgname = libtd
diff --git a/PKGBUILD b/PKGBUILD
index a235d8bd2d1e..2d45044b0340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Felix Serrano Blanco <felixseblanc@gmail.com>
pkgname=libtd
-pkgver=1.8.16
-pkgrel=2
+pkgver=1.8.24
+pkgrel=1
pkgdesc="Cross-platform library for building Telegram clients "
arch=('x86_64')
url='https://core.telegram.org/tdlib'
-license=('Boost')
+license=('BSL-1.0')
depends=(
'openssl'
'zlib'
@@ -23,7 +23,7 @@ makedepends=(
)
provides=('telegram-tdlib' 'libtdjson.so')
conflicts=('telegram-tdlib')
-_commit=cde095db6c75827fe4bd237039574aad373ad96b
+_commit=c5c55092dd61b9eb15d6bbfd0f02c04c593450e7
source=("$pkgname::git+https://github.com/tdlib/td.git#commit=$_commit")
md5sums=('SKIP')