Ok, it's fixed to
provides=('xcb-util')
conflicts=('xcb-util')
Search Criteria
Package Details: xcb-util-git 20111207-1
Package Actions
| Package Base: | xcb-util-git |
|---|---|
| Description: | Core XCB utility functions, GIT version |
| Upstream URL: | http://cgit.freedesktop.org/xcb/util/ |
| Category: | lib |
| Licenses: | |
| 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
Comment by masterkorp
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
@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
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).