From 6660d1a30bd54126d6eabadaa2410128a263e4af Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 13 May 2019 23:19:30 +0000 Subject: [PATCH] community/libcec to 4.0.4-1 --- community/libcec/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD index 6bb8207a6..18af42068 100644 --- a/community/libcec/PKGBUILD +++ b/community/libcec/PKGBUILD @@ -9,8 +9,8 @@ buildarch=14 pkgname=libcec -pkgver=4.0.3 -pkgrel=2 +pkgver=4.0.4 +pkgrel=1 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter" arch=('x86_64') url="http://libcec.pulse-eight.com/" @@ -18,7 +18,7 @@ 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") -sha256sums=('ef90d6e4cf9d5847c14d3ff21b71579e5110643f31e8574766d3fa6c89c6239c') +sha256sums=('4382a964bf8c511c22c03cdab5ba2d81c241536e6479072a61516966804f400a') build() { cd "$pkgname-$pkgname-$pkgver"