community/libcec to 4.0.1-1

This commit is contained in:
Kevin Mihelich 2017-01-19 14:37:18 +00:00
parent 9234366718
commit e5da617723

View file

@ -6,12 +6,11 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - Exynos support on v7
# - Amlogic support on v8
# - upstream commit to fix AOCEC build
buildarch=14
pkgname=libcec
pkgver=4.0.0
pkgver=4.0.1
pkgrel=1
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
arch=('i686' 'x86_64')
@ -19,10 +18,8 @@ url="http://libcec.pulse-eight.com/"
license=('GPL')
makedepends=('cmake')
depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz"
'https://github.com/Pulse-Eight/libcec/commit/399e177a56fc4b216ee6e7fb400c03c9b91be283.patch')
sha256sums=('4c6ee8e44f2e6b28e3dfbee6c77df8d18605150ef69ab0564728b79a92a646ed'
'd5faf272bce29942286dc44daa51d0480629f6818ae011379d1e4b73dd373cca')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
sha256sums=('92dd5d19675d571856c67785ea2dac0d11c4205a320c500981117152ffcdc15f')
prepare() {
cd "$pkgname-$pkgname-$pkgver"