summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-19 13:09:04 +0200
committerGoliathLabs2020-07-19 13:09:04 +0200
commitfdd04bfc09d75247b2f83e3cb46653f1c000dae5 (patch)
tree8f6bd5f73a56f03b7d25cb141c042d0c944cdfcf
parentcf5e5aaaf5c4932730b3a5d6e163cedafc22e7bc (diff)
downloadaur-fdd04bfc09d75247b2f83e3cb46653f1c000dae5.tar.gz
Added: conflict
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eee019b6d139..e8e7a66433fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libtd-git
pkgdesc = TDLib (Telegram Database library) is a cross-platform library for building Telegram clients (Git)
pkgver = 1.6.0.r756.gf45d80fe
- pkgrel = 1
+ pkgrel = 2
url = https://core.telegram.org/tdlib
arch = x86_64
license = Boost
@@ -15,6 +15,7 @@ pkgbase = libtd-git
depends = zlib
provides = libtd
conflicts = telegram-tdlib
+ conflicts = libtd
source = libtd::git+https://github.com/tdlib/td.git
sha256sums = SKIP
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')