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
|
||||
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
|
||||
epoch = 1
|
||||
url = https://github.com/Pulse-Eight/libcec
|
||||
|
@ -8,11 +8,12 @@ pkgbase = libcec-git
|
|||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = git
|
||||
makedepends = libplatform
|
||||
makedepends = p8-platform>=2.0
|
||||
depends = udev>=151
|
||||
depends = lockdev
|
||||
depends = libplatform
|
||||
depends = p8-platform>=2.0
|
||||
depends = libxrandr
|
||||
depends = python
|
||||
provides = libcec
|
||||
conflicts = libcec
|
||||
options = !libtool
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,14 +2,14 @@
|
|||
|
||||
pkgname=libcec-git
|
||||
epoch=1
|
||||
pkgver=2.1.4.155.g1855591
|
||||
pkgver=3.1.0.25.g62b8520
|
||||
pkgrel=1
|
||||
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/Pulse-Eight/libcec"
|
||||
license=('GPL')
|
||||
makedepends=('git' 'libplatform')
|
||||
depends=('udev>=151' 'lockdev' 'libplatform' 'libxrandr' 'python')
|
||||
makedepends=('git' 'p8-platform>=2.0')
|
||||
depends=('udev>=151' 'lockdev' 'p8-platform>=2.0' 'libxrandr' 'python')
|
||||
provides=('libcec')
|
||||
conflicts=('libcec')
|
||||
options=('!libtool')
|
||||
|
|
Loading…
Reference in a new issue