libplatform is now p8-platform
This commit is contained in:
parent
3d96091514
commit
2019782e94
2 changed files with 7 additions and 6 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = libcec-git
|
pkgbase = libcec-git
|
||||||
pkgdesc = Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter
|
pkgdesc = Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter
|
||||||
pkgver = 2.1.4.155.g1855591
|
pkgver = 3.1.0.25.g62b8520
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://github.com/Pulse-Eight/libcec
|
url = https://github.com/Pulse-Eight/libcec
|
||||||
|
@ -8,11 +8,12 @@ pkgbase = libcec-git
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = libplatform
|
makedepends = p8-platform>=2.0
|
||||||
depends = udev>=151
|
depends = udev>=151
|
||||||
depends = lockdev
|
depends = lockdev
|
||||||
depends = libplatform
|
depends = p8-platform>=2.0
|
||||||
depends = libxrandr
|
depends = libxrandr
|
||||||
|
depends = python
|
||||||
provides = libcec
|
provides = libcec
|
||||||
conflicts = libcec
|
conflicts = libcec
|
||||||
options = !libtool
|
options = !libtool
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
pkgname=libcec-git
|
pkgname=libcec-git
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgver=2.1.4.155.g1855591
|
pkgver=3.1.0.25.g62b8520
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
|
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/Pulse-Eight/libcec"
|
url="https://github.com/Pulse-Eight/libcec"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
makedepends=('git' 'libplatform')
|
makedepends=('git' 'p8-platform>=2.0')
|
||||||
depends=('udev>=151' 'lockdev' 'libplatform' 'libxrandr' 'python')
|
depends=('udev>=151' 'lockdev' 'p8-platform>=2.0' 'libxrandr' 'python')
|
||||||
provides=('libcec')
|
provides=('libcec')
|
||||||
conflicts=('libcec')
|
conflicts=('libcec')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
|
|
Loading…
Reference in a new issue