summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAJSlye2017-01-12 20:13:54 -0500
committerAJSlye2017-01-12 20:13:54 -0500
commit66192f08291d2019c3e6395c564b76e22f71a189 (patch)
tree9d0916e5b11e60789878c8e0b8c8e48cb8c0118e
parent24d30c5cfb4f318fc27bb33e86956ee7ed88987e (diff)
downloadaur-66192f08291d2019c3e6395c564b76e22f71a189.tar.gz
Fix missing dependancy
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5a2d33096d7..b770a8c8fbe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
+# $Id$
# Maintainer: Doug Newgard <scimmia at archlinux dot info>
+# Maintainer: James Kittsmiller (AJSlye) <james@nulogicsystems.com>
_pkgname=epymc
pkgname=$_pkgname-git
-pkgver=1.1.0.r204.g7b22a72
-pkgrel=2
+pkgver=1.2.0.r46.g6af78ff
+pkgrel=1
pkgdesc="Media Center based on EFL - Development version"
arch=('any')
url="https://github.com/DaveMDS/epymc"
license=('GPL3')
-depends=('python-efl')
+depends=('python-efl' 'python-pyudev')
optdepends=('lirc: remote contol support'
'python-mutagen: Music module'
'python-beautifulsoup4: Online Channels module'