summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsumt2017-07-12 14:19:18 +0300
committersumt2017-07-12 14:19:18 +0300
commit57361025e1ce5cb7cb6f60329e53ef8dc24b3e2e (patch)
tree89d028040ffb2f88d3fc937f39673f4ca8323a6a /PKGBUILD
parentf98df433260cbc01565911c74378fabd0c8b7a33 (diff)
downloadaur-57361025e1ce5cb7cb6f60329e53ef8dc24b3e2e.tar.gz
Add conflicts and provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d90de1dbbc9..291bc0ffc6ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ depends=('ffmpeg' 'php' 'php-mcrypt' 'python2-crypto')
optdepends=('python2-youtube-dl: an alternative downloader backend'
'rtmpdump: for downloading Areena audio streams')
makedepends=("git")
+provides=(${pkgname%-git}=$pkgver)
+conflicts=(${pkgname%-git})
source=("$pkgname::git+https://github.com/aajanki/yle-dl.git")
md5sums=("SKIP")