summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj.r2024-01-27 19:00:27 +0100
committerj.r2024-01-27 19:00:27 +0100
commit8ca79452b1746309dc164ef7f84d807b5205076e (patch)
treeb6de40b22c5c18c1de2d7459383eb8a515dbb124 /PKGBUILD
parent6cbdbd37c9d2c523eae485b21a0fcce86d779c61 (diff)
downloadaur-8ca79452b1746309dc164ef7f84d807b5205076e.tar.gz
Adjust provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff5c25aa3a89..a235d8bd2d1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libtd
pkgver=1.8.16
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform library for building Telegram clients "
arch=('x86_64')
url='https://core.telegram.org/tdlib'
@@ -21,7 +21,7 @@ makedepends=(
'gperf'
'php'
)
-provides=('libtd')
+provides=('telegram-tdlib' 'libtdjson.so')
conflicts=('telegram-tdlib')
_commit=cde095db6c75827fe4bd237039574aad373ad96b
source=("$pkgname::git+https://github.com/tdlib/td.git#commit=$_commit")