mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/libcec-rpi to 3.1.0-1
This commit is contained in:
parent
3c0b7d2017
commit
42037c1718
1 changed files with 4 additions and 11 deletions
|
@ -10,8 +10,8 @@ buildarch=20
|
|||
|
||||
pkgname=libcec-rpi
|
||||
_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 (Raspberry Pi)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libcec.pulse-eight.com/"
|
||||
|
@ -20,15 +20,8 @@ makedepends=('cmake')
|
|||
depends=('udev' 'lockdev' 'libplatform' 'libxrandr' 'raspberrypi-firmware')
|
||||
provides=('libcec')
|
||||
conflicts=('libcec')
|
||||
source=("$_pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$_pkgname/archive/$_pkgname-$pkgver.tar.gz"
|
||||
'https://github.com/Pulse-Eight/libcec/commit/2f32a9debc1f148b5dfcfc463480f1432bb71725.patch')
|
||||
sha256sums=('7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e'
|
||||
'83ca3b742831aa2e05297d11e238a0b0d1035a6404f60a6610acc8381d1c17ea')
|
||||
|
||||
prepare() {
|
||||
cd "$_pkgname-$_pkgname-$pkgver"
|
||||
patch -Np1 -i "$srcdir/2f32a9debc1f148b5dfcfc463480f1432bb71725.patch"
|
||||
}
|
||||
source=("$_pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$_pkgname/archive/$_pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921')
|
||||
|
||||
build() {
|
||||
cd "$_pkgname-$_pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue