summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5718cc7fcee6..6f22944d364c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtd
- pkgdesc = Cross-platform library for building Telegram clients
- pkgver = 1.8.24
+ pkgdesc = TDLib (Telegram Database library), a cross-platform library for building Telegram clients
+ pkgver = 1.8.25
pkgrel = 1
url = https://core.telegram.org/tdlib
arch = x86_64
@@ -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=c5c55092dd61b9eb15d6bbfd0f02c04c593450e7
+ source = libtd::git+https://github.com/tdlib/td.git#commit=d93a99e3351db82573d765ce4f5e84714c277518
md5sums = SKIP
pkgname = libtd
diff --git a/PKGBUILD b/PKGBUILD
index 2d45044b0340..bfcf98b60da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: j.r <j.r@jugendhacker.de>
+# Maintainer: Andrei K. <mail@andreik.sh>
+# Contributor: j.r <j.r@jugendhacker.de>
# Contributor: Daniil Kovalev <daniil@kovalev.website>
# Contributor: Felix Serrano Blanco <felixseblanc@gmail.com>
pkgname=libtd
-pkgver=1.8.24
+pkgver=1.8.25
pkgrel=1
-pkgdesc="Cross-platform library for building Telegram clients "
+pkgdesc="TDLib (Telegram Database library), a cross-platform library for building Telegram clients"
arch=('x86_64')
url='https://core.telegram.org/tdlib'
license=('BSL-1.0')
@@ -23,7 +24,7 @@ makedepends=(
)
provides=('telegram-tdlib' 'libtdjson.so')
conflicts=('telegram-tdlib')
-_commit=c5c55092dd61b9eb15d6bbfd0f02c04c593450e7
+_commit=d93a99e3351db82573d765ce4f5e84714c277518
source=("$pkgname::git+https://github.com/tdlib/td.git#commit=$_commit")
md5sums=('SKIP')