summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2019-07-10 00:14:47 +0200
committerjakob2019-07-10 00:14:47 +0200
commitd21678b2f63373b5aa145318568a73ee8b2f77b3 (patch)
tree3a95036f2b118c5fcff91e72860aceafa57a837d
parent42fabe72f1ce1ada7f19f36e650a2b7bf7470eac (diff)
downloadaur-d21678b2f63373b5aa145318568a73ee8b2f77b3.tar.gz
Add conflict with libfreenect2 package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40bcd4d304f5..0aead1dc3da7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = libfreenect2-git
depends = glfw
depends = libjpeg-turbo
depends = ocl-icd
+ provides = libfreenect2
+ conflicts = libfreenect2
source = git+https://github.com/OpenKinect/libfreenect2.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9cd85a6e4345..70b07bc1d12a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ url="http://openkinect.org"
license=(Apache GPL)
depends=(libusb glfw libjpeg-turbo ocl-icd)
makedepends=(cmake opencl-headers)
+provides=(libfreenect2)
+conflicts=(libfreenect2)
source=("git+https://github.com/OpenKinect/$_pkgname.git")
sha512sums=('SKIP')