From b5c523f8bacc3087ba0dc772589657b4a6d150e5 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Thu, 16 Jul 2020 13:46:02 +0000
Subject: [PATCH] community/libcec to 6.0.2-1

---
 community/libcec/PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD
index 5af793e1e..e85f2e923 100644
--- a/community/libcec/PKGBUILD
+++ b/community/libcec/PKGBUILD
@@ -9,7 +9,7 @@
 buildarch=14
 
 pkgname=libcec
-pkgver=5.0.0
+pkgver=6.0.2
 pkgrel=1
 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
 arch=('x86_64')
@@ -18,7 +18,7 @@ license=('GPL')
 makedepends=('cmake')
 depends=('udev' 'p8-platform' 'libxrandr')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('7c6ef02f39918ac88a3dac8ea35021f6c4b4b695df9204b3ac9faca673c706cc')
+sha256sums=('090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377')
 
 build() {
     cd "$pkgname-$pkgname-$pkgver"