diff options
Diffstat (limited to 'community/libcec/PKGBUILD')
-rw-r--r-- | community/libcec/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD index 762e02be1..68c88279c 100644 --- a/community/libcec/PKGBUILD +++ b/community/libcec/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 93498 2013-07-04 12:44:24Z idevolder $ +# $Id: PKGBUILD 99035 2013-10-22 19:26:05Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> # Contributor: Philippe Cherel <philippe.cherel@mayenne.org> # vim: ft=sh: pkgname=libcec pkgver=2.1.3 -pkgrel=1 +pkgrel=3 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter" arch=('i686' 'x86_64' 'mips64el') url="https://github.com/Pulse-Eight/libcec" @@ -13,7 +13,6 @@ license=('GPL') depends=('udev' 'lockdev') source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver") _srcfolder=Pulse-Eight-libcec-54be21e -options=(!libtool) sha256sums=('2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1') build() { |