summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetrushka2016-01-18 23:58:07 +0300
committerpetrushka2016-01-18 23:58:07 +0300
commitf7a683d47f265f093a596bdd2a6578f457c633d9 (patch)
tree486f7bccb370dd536e8b21d07601b84334192fd3
parent66ce18c0721256db92282bc48224cc9abb6eeba4 (diff)
downloadaur-f7a683d47f265f093a596bdd2a6578f457c633d9.tar.gz
Add provides and conflicts
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0148835bc324..0b4a23b6fa17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ makedepends=( 'linux-headers' )
options=('!strip')
optdepends=('v4l-utils: Userspace tools and conversion library for Video 4 Linux'
'xf86-video-v4l: X.org v4l video driver' )
+provides=('droidcam')
+conflicts=('droidcam')
install="$pkgname.install"
source=("$pkgname.desktop" )