summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsumt2017-07-12 14:19:18 +0300
committersumt2017-07-12 14:19:18 +0300
commit57361025e1ce5cb7cb6f60329e53ef8dc24b3e2e (patch)
tree89d028040ffb2f88d3fc937f39673f4ca8323a6a
parentf98df433260cbc01565911c74378fabd0c8b7a33 (diff)
downloadaur-57361025e1ce5cb7cb6f60329e53ef8dc24b3e2e.tar.gz
Add conflicts and provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe912b5581d1..d32113d8a58d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = yle-dl-git
depends = python2-crypto
optdepends = python2-youtube-dl: an alternative downloader backend
optdepends = rtmpdump: for downloading Areena audio streams
+ provides = yle-dl=2.18.r4.g7696802
+ conflicts = yle-dl
source = yle-dl-git::git+https://github.com/aajanki/yle-dl.git
md5sums = SKIP
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")