alarm/libcec-rpi to 6.0.2-1

This commit is contained in:
graysky 2020-10-31 10:21:52 -04:00
parent fbb4773ba7
commit 2f53b2ef24

View file

@ -10,10 +10,10 @@ buildarch=20
pkgname=libcec-rpi
_pkgname=libcec
pkgver=4.0.2
pkgver=6.0.2
pkgrel=1
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter (Raspberry Pi)"
arch=('i686' 'x86_64')
arch=('armv6h' 'armv7h')
url="http://libcec.pulse-eight.com/"
license=('GPL')
makedepends=('cmake')
@ -21,7 +21,7 @@ depends=('udev' 'lockdev' 'p8-platform' 'libxrandr' 'raspberrypi-firmware')
provides=('libcec')
conflicts=('libcec')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$_pkgname/archive/$_pkgname-$pkgver.tar.gz")
sha256sums=('b8b8dd31f3ebdd5472f03ab7d401600ea0d959b1288b9ca24bf457ef60e2ba27')
sha256sums=('090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377')
build() {
cd "$_pkgname-$_pkgname-$pkgver"