summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5a9976f0abb..ccf219c2f8fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -88,7 +88,7 @@ pkgname = xorg-server-dev
provides = X-ABI-EXTENSION_VERSION=10.0
provides = x-server
conflicts = xorg-server
- conflicts = nvidia-utils<=331.20
+ conflicts = nvidia-utils<375.26-3
conflicts = glamor-egl
conflicts = xf86-video-modesetting
replaces = glamor-egl
diff --git a/PKGBUILD b/PKGBUILD
index 6f5829806dff..c97a7cac11bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -122,7 +122,7 @@ package_xorg-server-dev() {
# see src/xorg-server-*/hw/xfree86/common/xf86Module.h for ABI versions - we provide major numbers that drivers can depend on
# and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel-dev pkg
provides=('xorg-server' 'X-ABI-VIDEODRV_VERSION=23' 'X-ABI-XINPUT_VERSION=24.1' 'X-ABI-EXTENSION_VERSION=10.0' 'x-server')
- conflicts=('xorg-server' 'nvidia-utils<=331.20' 'glamor-egl' 'xf86-video-modesetting')
+ conflicts=('xorg-server' 'nvidia-utils<375.26-3' 'glamor-egl' 'xf86-video-modesetting')
replaces=('glamor-egl' 'xf86-video-modesetting')
install=xorg-server-dev.install