diff options
author | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-09-05 17:40:55 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-09-05 17:40:55 -0300 |
commit | 25f73595f5d6b349c430d2dc0b8016a2d27642f3 (patch) | |
tree | 8dd3c3ae54a63079755680b4f39d40b1a8e48664 /pcr/libdrm-git | |
parent | 08c4060cfef6eb25d64ddab0dd166e066009ecff (diff) | |
download | abslibre-25f73595f5d6b349c430d2dc0b8016a2d27642f3.tar.gz abslibre-25f73595f5d6b349c430d2dc0b8016a2d27642f3.tar.bz2 abslibre-25f73595f5d6b349c430d2dc0b8016a2d27642f3.zip |
libdrm-git: fixing package
Diffstat (limited to 'pcr/libdrm-git')
-rw-r--r-- | pcr/libdrm-git/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pcr/libdrm-git/PKGBUILD b/pcr/libdrm-git/PKGBUILD index 6ea5c34df..823631073 100644 --- a/pcr/libdrm-git/PKGBUILD +++ b/pcr/libdrm-git/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libdrm-git pkgver=20120905 -pkgrel=1 +pkgrel=2 pkgdesc='Userspace interface to kernel DRM services' arch=( i686 @@ -26,14 +26,16 @@ makedepends=( valgrind ) options=( - '!libtool' + !libtool ) url=http://dri.freedesktop.org/ provides=( - libdrm=2.4.39 + ${pkgname%-git} + ${pkgname%-git}-nouveau1 ) conflicts=( ${pkgname%-git} + ${pkgname%-git}-nouveau1 ) _gitroot=git://git.freedesktop.org/git/mesa/drm |