From 3c0b7d2017d47d8130b15c985ce82667ad82929d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 3 Feb 2016 00:39:57 +0000 Subject: [PATCH] community/libcec to 3.1.0-1 --- community/libcec/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD index ce6e49248..fcc7831e8 100644 --- a/community/libcec/PKGBUILD +++ b/community/libcec/PKGBUILD @@ -9,8 +9,8 @@ buildarch=14 pkgname=libcec -pkgver=3.0.1 -pkgrel=3 +pkgver=3.1.0 +pkgrel=1 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter" arch=('i686' 'x86_64') url="http://libcec.pulse-eight.com/" @@ -18,7 +18,7 @@ license=('GPL') makedepends=('cmake') depends=('udev' 'lockdev' 'libplatform' 'libxrandr') source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz") -sha256sums=('7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e') +sha256sums=('09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921') build() { cd "$pkgname-$pkgname-$pkgver"