diff options
Diffstat (limited to 'community/libcec/PKGBUILD')
-rw-r--r-- | community/libcec/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD index 2e45d9b3f..7e859ea6f 100644 --- a/community/libcec/PKGBUILD +++ b/community/libcec/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 83326 2013-01-29 17:19:32Z spupykin $ +# $Id: PKGBUILD 85731 2013-03-05 21:06:38Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> # Contributor: Philippe Cherel <philippe.cherel@mayenne.org> pkgname=libcec -pkgver=2.0.5 +pkgver=2.1.0 pkgrel=1 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter" arch=('i686' 'x86_64' 'mips64el') @@ -11,9 +11,9 @@ url="https://github.com/Pulse-Eight/libcec" license=('GPL') depends=('udev' 'lockdev') source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver") -_srcfolder=Pulse-Eight-libcec-e1599e0 +_srcfolder=Pulse-Eight-libcec-5984da4 options=(!libtool) -sha256sums=('83d99cf759531d8c8a217f360f4748159cb9cedac98d77a4615450bad6d570c4') +sha256sums=('b0589450a25566d34b84aff6bc899fd823dba8ffebcfe11a3f58924c252367fe') build() { mv "$_srcfolder" "$pkgname-$pkgver" |