alarm/libcec-rpi to 6.0.2-4

Replace renamed depends
This commit is contained in:
graysky 2023-10-21 13:31:50 -04:00
parent 711b5f28ad
commit 4b5e73ca4f

View file

@ -12,13 +12,13 @@
pkgname=libcec-rpi
_pkgname=libcec
pkgver=6.0.2
pkgrel=3
pkgrel=4
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter (Raspberry Pi using kms)"
arch=('armv6h' 'armv7h' 'aarch64')
url="http://libcec.pulse-eight.com/"
license=('GPL')
makedepends=('cmake')
depends=('udev' 'lockdev' 'p8-platform' 'libxrandr' 'raspberrypi-firmware')
depends=('udev' 'lockdev' 'p8-platform' 'libxrandr' 'raspberrypi-utils')
provides=('libcec')
conflicts=('libcec')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$_pkgname/archive/$_pkgname-$pkgver.tar.gz")