summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-07-19 13:09:04 +0200
committerGoliathLabs2020-07-19 13:09:04 +0200
commitfdd04bfc09d75247b2f83e3cb46653f1c000dae5 (patch)
tree8f6bd5f73a56f03b7d25cb141c042d0c944cdfcf /PKGBUILD
parentcf5e5aaaf5c4932730b3a5d6e163cedafc22e7bc (diff)
downloadaur-fdd04bfc09d75247b2f83e3cb46653f1c000dae5.tar.gz
Added: conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7cf16ce50c3..c26850cf5188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=libtd
pkgname=${_pkgname}-git
pkgver=1.6.0.r756.gf45d80fe
-pkgrel=1
+pkgrel=2
pkgdesc='TDLib (Telegram Database library) is a cross-platform library for building Telegram clients (Git)'
arch=('x86_64')
url='https://core.telegram.org/tdlib'
@@ -22,7 +22,7 @@ makedepends=(
'php'
)
provides=('libtd')
-conflicts=('telegram-tdlib')
+conflicts=('telegram-tdlib' 'libtd')
source=("$_pkgname::git+https://github.com/tdlib/td.git")
sha256sums=('SKIP')