· 7 years ago · Dec 19, 2018, 01:08 PM
1diff --git a/PKGBUILD b/PKGBUILD
2index 063c1fc..5f0822e 100644
3--- a/PKGBUILD
4+++ b/PKGBUILD
5@@ -1,15 +1,15 @@
6# Maintainer: Daniel Fernandez Rodriguez <gmail.com daferoes>
7pkgname=python-cec
8-pkgver=0.2.5
9+pkgver=0.2.7
10pkgrel=1
11pkgdesc="libcec bindings for Python"
12arch=('any')
13url="https://github.com/trainman419/python-cec"
14license=('GPL')
15-depends=('libcec>=1.6.1')
16+depends=('libcec') #Fixes raspberry pi dependency of package libcec-rpi which provides libcec but no version specified. (https://archlinuxarm.org/packages/armv7h/libcec-rpi/files/PKGBUILD)
17makedepends=('git' 'python2-setuptools')
18source=("https://github.com/trainman419/python-cec/archive/$pkgver.tar.gz")
19-md5sums=('f086f0f853fbfa5d241ab53c89ea50bf')
20+md5sums=('7aa445c7616a152d8ae357248f6306be')