alarm/libcec-rpi to 6.0.2-2

Add aarch64 in prep of kodi-rpi-git for aarch64
This commit is contained in:
graysky 2021-01-26 03:32:06 -05:00
parent 56487b4560
commit 4357e40b54

View file

@ -6,14 +6,14 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - RPi support, no Exynos
buildarch=20
buildarch=28
pkgname=libcec-rpi
_pkgname=libcec
pkgver=6.0.2
pkgrel=1
pkgrel=2
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter (Raspberry Pi)"
arch=('armv6h' 'armv7h')
arch=('armv6h' 'armv7h' 'aarch64')
url="http://libcec.pulse-eight.com/"
license=('GPL')
makedepends=('cmake')