summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Fernandez Rodriguez2018-12-19 14:35:40 +0100
committerDaniel Fernandez Rodriguez2018-12-19 14:52:20 +0100
commitf7c7b658e1c4c4a3d83b92bc8da1c252725dff3b (patch)
treec6c08cd509cc3901cd5c115056984d43c162e1b0
parent1bdf20dfaa9e08761f522fbd3154c3b65abf8933 (diff)
downloadaur-f7c7b658e1c4c4a3d83b92bc8da1c252725dff3b.tar.gz
Update python-cec AUR package to v0.2.7
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 848f4d7c4fbe..0e309cc825d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cec
pkgdesc = libcec bindings for Python
- pkgver = 0.2.5
+ pkgver = 0.2.7
pkgrel = 1
url = https://github.com/trainman419/python-cec
arch = any
@@ -8,7 +8,8 @@ pkgbase = python-cec
makedepends = git
makedepends = python2-setuptools
depends = libcec
- source = https://github.com/trainman419/python-cec/archive/0.2.5.tar.gz
+ source = https://github.com/trainman419/python-cec/archive/0.2.7.tar.gz
+ md5sums = 7aa445c7616a152d8ae357248f6306be
pkgname = python-cec
diff --git a/PKGBUILD b/PKGBUILD
index 063c1fcf620d..2948d7460bba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Daniel Fernandez Rodriguez <gmail.com daferoes>
pkgname=python-cec
-pkgver=0.2.5
+pkgver=0.2.7
pkgrel=1
pkgdesc="libcec bindings for Python"
arch=('any')
url="https://github.com/trainman419/python-cec"
license=('GPL')
-depends=('libcec>=1.6.1')
+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)
makedepends=('git' 'python2-setuptools')
source=("https://github.com/trainman419/python-cec/archive/$pkgver.tar.gz")
-md5sums=('f086f0f853fbfa5d241ab53c89ea50bf')
+md5sums=('7aa445c7616a152d8ae357248f6306be')
build() {
cd $srcdir/$pkgname-$pkgver