Package Details: xcb-util-git 20111207-1

Package Base: xcb-util-git
Description: Core XCB utility functions, GIT version
Upstream URL: http://cgit.freedesktop.org/xcb/util/
Category: lib
Licenses: GPL
Submitter: None
Maintainer: dante4d
Last Packager: None
Votes: 14
First Submitted: 2008-04-24 19:43
Last Updated: 2011-12-06 23:51

Latest Comments

Comment by dante4d

2011-12-06 23:52

Ok, it's fixed to
provides=('xcb-util')
conflicts=('xcb-util')

Comment by masterkorp

2011-12-06 19:44

Please just change
"provides=('xcb-util')
conflicts=('xcb-util')"

Never place a version on a git package, it doesn't make sense, and in conflicts, makepkg doesn't recognize that.:

Comment by dante4d

2011-11-13 22:40

@fluffylime I don't know how to handle it properly, so I just did it like that and forgot about it. If you can suggest a better way, I will fix the PKGBUILD.

Comment by fluffylime

2011-11-09 07:07

Hello, with this
"provides=('xcb-util=0.3.8')
conflicts=(${provides[*]})"
in PKGBUILD, pacman doesn't detect conflicts with other versions of xcb-util (e.g. 0.3.6, which is in repos).