summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2020-03-11 20:23:28 +0100
committerChristoph Haag2020-03-11 20:23:28 +0100
commit2144e5a8df4806f9daa1bd81562648dbe7641203 (patch)
tree096a248a4eec87fbe03f250ae8735bf984f0fa23
parentfd4c878ba68fc5bcd9cf9cd8c7e93d8b551b93d7 (diff)
downloadaur-2144e5a8df4806f9daa1bd81562648dbe7641203.tar.gz
add psvr-udev to conflicts/provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86ea7c60f076..cfc3a02f6f06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,11 @@ pkgbase = xr-hardware-git
provides = oculus-udev
provides = osvr-udev
provides = vive-udev
+ provides = psvr-udev
conflicts = oculus-udev
conflicts = osvr-udev
conflicts = vive-udev
+ conflicts = psvr-udev
source = git+https://gitlab.freedesktop.org/monado/utilities/xr-hardware.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7c0f920b8e85..f51598f54000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Udev rules for allowing USB access to popular XR/VR/AR headsets"
arch=('any')
url="https://gitlab.freedesktop.org/monado/utilities/xr-hardware"
license=('Boost')
-conflicts=("oculus-udev" "osvr-udev" "vive-udev")
-provides=("oculus-udev" "osvr-udev" "vive-udev")
+conflicts=("oculus-udev" "osvr-udev" "vive-udev" "psvr-udev")
+provides=("oculus-udev" "osvr-udev" "vive-udev" "psvr-udev")
makdepends=('python-attrs')
source=('git+https://gitlab.freedesktop.org/monado/utilities/xr-hardware.git')
sha256sums=('SKIP')