summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaijian2018-02-08 10:45:27 +0100
committerTaijian2018-02-08 10:45:27 +0100
commit26a2869053763d572db2f51e8084fdc0e402ec24 (patch)
treee2916b8f4347435bdc88e50f8b9ea33d60755c9e /PKGBUILD
parent7d9ea43baab1e9eea8a991a501800882daa373b2 (diff)
downloadaur-26a2869053763d572db2f51e8084fdc0e402ec24.tar.gz
add database opt-depends & clarify python2-depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54c081b5a01d..b510ef0fed32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mythtv
pkgver=29.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A Homebrew PVR project"
arch=('x86_64')
@@ -23,9 +23,11 @@ optdepends=('glew: for GPU commercial flagging'
'libxml2: to read blu-ray metadata'
'perl-net-upnp: UPnP backend'
'urlgrabber: Downloading files'
- 'python-future: for metadata-lookup / cover art'
- 'python-requests: for metadata-lookup / cover art'
- 'python-requests-cache: for metadata-lookup / cover art')
+ 'mariadb: Database-Backend for server deployment'
+ 'mariadb-clients: Database-Frontend for client deployment'
+ 'python2-future: for metadata-lookup / cover art'
+ 'python2-requests: for metadata-lookup / cover art'
+ 'python2-requests-cache: for metadata-lookup / cover art')
conflicts=('myththemes' 'mythplugins-mythvideo')
replaces=('myththemes' 'mythplugins-mythvideo')
install='mythtv.install'