Merge pull request #280 from tgc-dk/master

Fix libcec-rpi build.
This commit is contained in:
Kevin Mihelich 2012-10-12 16:32:34 -07:00
commit 6426533fe4

View file

@ -12,9 +12,9 @@ license=('GPL')
depends=('udev' 'lockdev' 'raspberrypi-firmware')
conflicts=('libcec')
provides=('libcec')
source=("libcec-$pkgver.zip::https://github.com/Pulse-Eight/libcec/zipball/release")
_srcfolder=Pulse-Eight-libcec-39334ff
sha256sums=('61a405241164a216b0d20731d827163f5199ff46d786f7036347416c5b199398')
source=("libcec-2.0.1.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/libcec-2.0.1")
_srcfolder=Pulse-Eight-libcec-6be84fc
sha256sums=('3dc6d7080a98dbfddcab4605a1267c24751b4334a95f845583f34d9f24c9269a')
options=(!libtool)
build() {