libcec-git updated to switch back to official lockdev pkg

This commit is contained in:
Cedric Girard 2013-03-25 13:51:13 +01:00
parent 85a1a01a3f
commit 8539ce7b47
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = libcec-git
pkgdesc = Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter
pkgver = 20130104
pkgver = 20130325
pkgrel = 1
url = https://github.com/Pulse-Eight/libcec
arch = i686
@ -8,7 +8,7 @@ pkgbase = libcec-git
license = GPL
makedepends = git
depends = udev>=151
depends = lockdev-fpic
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=20130104
pkgver=20130325
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' 'lockdev-fpic')
depends=('udev>=151' 'lockdev')
provides=('libcec')
conflicts=('libcec')
options=('!libtool')