summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrei K.​2024-03-02 15:46:47 -0800
committerAndrei K.​2024-03-02 15:46:47 -0800
commit15bfeca7a35a23d51d59798663c1cf35e5fc50fc (patch)
treefe28246c081793cd2347b7e4bf2e49f4a2a42fe9 /PKGBUILD
parent790f112fe2378271173e2b5c1f168f6c27ff1da9 (diff)
downloadaur-libtd.tar.gz
update to 1.8.25
- show new package maintainer - add "TDLib" to the description as was the case in the past. this is helpful for those searching the AUR, as "TDLib" is what the library is called by the developers. however, as of this commit (and prior), the package name "tdlib" is taken https://archlinux.org/packages/extra/any/tdlib/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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')