From c6b6e15b417856481eeb6ddba40cee293094139a Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 27 Apr 2020 15:35:32 -0300 Subject: community/libcec: upgrade to 5.0.0 --- community/libcec/APKBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/community/libcec/APKBUILD b/community/libcec/APKBUILD index 068c8bd42af..ae6daac9e9a 100644 --- a/community/libcec/APKBUILD +++ b/community/libcec/APKBUILD @@ -1,16 +1,14 @@ # Contributor: RĂ³bert Nagy # Maintainer: Natanael Copa pkgname=libcec -pkgver=4.0.4 -pkgrel=3 +pkgver=5.0.0 +pkgrel=0 pkgdesc="libcec for the Pulse-Eight USB-CEC adapter" url="https://github.com/Pulse-Eight/libcec" arch="all" license="GPL-2.0-or-later" -depends="" depends_dev="eudev-dev python3-dev libxrandr-dev swig" makedepends="$depends_dev p8-platform-dev cmake" -install="" subpackages="$pkgname-dev" source="https://github.com/Pulse-Eight/libcec/archive/libcec-$pkgver.tar.gz" @@ -32,7 +30,7 @@ package() { # Add cec directory to sys.path to get rid of issue https://github.com/Pulse-Eight/libcec/issues/316 python_dir=$(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") - echo "cec" > "${pkgdir}${python_dir}/cec.pth" + echo "cec" > "${pkgdir}$python_dir/cec.pth" } -sha512sums="8991ba96fe9a87e5e1f63ff87f77fc0fc3b735c537e2ee6cb004fdc264d75cecd043e39b49cf9e64aeadd24bb1fb57911d9c4bd6c494d9ba4035d7320c268116 libcec-4.0.4.tar.gz" +sha512sums="f604cc1cd5f73fd7c1c304f0bff7f90cc9d80d517b4a385e14c19076c3fcbf2b05fc577aa19ef01ebfca05f16b489a03ed8ce9a997d9615920811773e547f7d2 libcec-5.0.0.tar.gz" -- cgit v1.2.3