libcec-git: updated with new dependency

This commit is contained in:
Cedric Girard 2012-05-15 13:25:28 +02:00
parent bcfc5b823c
commit 71b249cbfe
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = libcec-git
pkgdesc = Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter
pkgver = 20120126
pkgver = 20120515
pkgrel = 1
url = https://github.com/Pulse-Eight/libcec
arch = i686
@ -8,6 +8,7 @@ pkgbase = libcec-git
license = GPL
makedepends = git
depends = udev>=151
depends = lockdev
provides = libcec
conflicts = libcec
options = !libtool

View File

@ -1,14 +1,14 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=libcec-git
pkgver=20120126
pkgver=20120515
pkgrel=1
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
arch=('i686' 'x86_64')
url="https://github.com/Pulse-Eight/libcec"
license=('GPL')
makedepends=('git')
depends=('udev>=151')
depends=('udev>=151' 'lockdev')
provides=('libcec')
conflicts=('libcec')
options=('!libtool')