summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2014-08-08 23:18:18 -0500
committerDoug Newgard2014-08-08 23:18:18 -0500
commit670d91c1b1fb9fc829b881c7fcfe5a10de1344a4 (patch)
tree045999ca3735f23b7e861b0d2fe0401087af833c /PKGBUILD
parent09315f5aa791fc95620e3d3a81d1b788beb72e39 (diff)
downloadaur-670d91c1b1fb9fc829b881c7fcfe5a10de1344a4.tar.gz
Add python2-beautifulsoup4 optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 885c2275177a..fa5477a3bb51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,9 @@ arch=('any')
url="https://github.com/DaveMDS/epymc"
license=('GPL3')
depends=('python2-efl')
-optdepends=('mutagen: music module'
- 'lirc: remote contol support'
+optdepends=('lirc: remote contol support'
+ 'mutagen: Music module'
+ 'python2-beautifulsoup4: Online Channels module'
'sdlmame: MAME module')
source=("https://github.com/DaveMDS/$pkgname/archive/v$_pkgver.tar.gz")
sha256sums=('SKIP')