summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip2016-05-14 09:07:15 +0200
committerJosip2016-05-14 09:07:15 +0200
commit1926366ca4c4e685026b339a8213a90ab9fd0707 (patch)
tree0f6abb031fb398c0cdc2323e42983a74bd6022a3 /PKGBUILD
parent6aa04b8a2bf954db4b7523a58f5b1156adeb3c23 (diff)
downloadaur-1926366ca4c4e685026b339a8213a90ab9fd0707.tar.gz
Add provides, conflicts...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18274b782514..ac63993398d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ url="https://github.com/m45t3r/livedumper"
license=('custom: Simplified BSD')
depends=('livestreamer' 'python-appdirs' 'python-requests')
makedepends=('git' 'python-setuptools')
+provides=('livedumper')
+conflicts=('livedumper')
source=("git+${url}.git")
sha256sums=('SKIP')