summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnderDev2021-04-18 16:05:59 +0100
committerEnderDev2021-04-18 16:05:59 +0100
commit9a0b3203ae430949a0dda857ef1417f20e54919e (patch)
treefc33f4b82dec122c27d0544346e259dd4294ad61
parent7cc6756715d425f75a795e322aeb177c9f570b5a (diff)
downloadaur-9a0b3203ae430949a0dda857ef1417f20e54919e.tar.gz
make dot-bin provide dot
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f31fc1c6dae4..d997d50a1d5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = dot-bin
optdepends = pulseaudio: Audio support
optdepends = speech-dispatcher: Text-to-Speech
optdepends = hunspell-en_US: Spell checking, American English
+ provides = dot
conflicts = dot
conflicts = dot-git
source = dot-0.1.tar.bz2::https://download.dothq.co/dot/releases/linux/x86/raw
diff --git a/PKGBUILD b/PKGBUILD
index 04ed740b18ca..da5ef02a06a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ optdepends=('ffmpeg: H264/AAC/MP3 decoding'
'pulseaudio: Audio support'
'speech-dispatcher: Text-to-Speech'
'hunspell-en_US: Spell checking, American English')
+provides=('dot')
conflicts=('dot' 'dot-git')
source=("$_pkgname-$pkgver.tar.bz2::https://download.dothq.co/dot/releases/linux/x86/raw"
"$_pkgname.desktop"