summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorudf2019-08-17 23:47:01 +0200
committerudf2019-08-17 23:47:01 +0200
commit55ba1a5b1e52cb3f401be3e36acb5dade3834a00 (patch)
treedbf88f8ca2a2fe84eb2c09592f9f73fb25ea198e
parent0fff701d9ce973eaed2fc85ba1a5f271c2a58f9b (diff)
downloadaur-55ba1a5b1e52cb3f401be3e36acb5dade3834a00.tar.gz
Add provides/conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dea2e77918ad..4fa46fa4fde0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,8 @@ pkgbase = telegram-desktop-udf-patched
depends = openssl
optdepends = libnotify: desktop notifications
optdepends = ttf-opensans: default Open Sans font family
+ provides = telegram-desktop
+ conflicts = telegram-desktop
source = tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v1.8.1
source = libtgvoip::git+https://github.com/telegramdesktop/libtgvoip
source = variant::git+https://github.com/mapbox/variant
diff --git a/PKGBUILD b/PKGBUILD
index d1d12e35f31b..1300505ec22c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,8 @@ optdepends=(
'libnotify: desktop notifications'
'ttf-opensans: default Open Sans font family'
)
+provides=('telegram-desktop')
+conflicts=('telegram-desktop')
source=(
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver"
"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip"