From 1bd072836ea6b87ea922e4a7d9db36cc8592d890 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 25 Jul 2014 22:15:09 -0300 Subject: xorg-server-libre (libre-testing): fix provides, conflicts and replaces --- libre-testing/xorg-server-libre/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libre-testing/xorg-server-libre/PKGBUILD b/libre-testing/xorg-server-libre/PKGBUILD index 0b2dd9b3c..398888c8b 100644 --- a/libre-testing/xorg-server-libre/PKGBUILD +++ b/libre-testing/xorg-server-libre/PKGBUILD @@ -108,10 +108,10 @@ package_xorg-server-libre() { backup=('etc/X11/xorg.conf.d/10-evdev.conf' 'etc/X11/xorg.conf.d/10-quirks.conf') # see 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 pkg - provides=('X-ABI-VIDEODRV_VERSION=18' 'X-ABI-XINPUT_VERSION=21' 'X-ABI-EXTENSION_VERSION=8.0' 'x-server' 'xorg-server') + provides=('X-ABI-VIDEODRV_VERSION=18' 'X-ABI-XINPUT_VERSION=21' 'X-ABI-EXTENSION_VERSION=8.0' 'x-server' "$pkgbase=$pkgver") groups=('xorg') - conflicts=('nvidia-utils' 'glamor-egl' 'xorg-server') - replaces=('nvidia-utils' 'glamor-egl' 'xorg-server') + conflicts=('nvidia-utils' 'glamor-egl' "$pkgbase") + replaces=('nvidia-utils' 'glamor-egl' "$pkgbase") install=xorg-server.install cd "${pkgbase}-${pkgver}" -- cgit v1.2.3