summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2020-04-07 20:49:59 +0200
committerTaijian2020-04-07 20:49:59 +0200
commit9e14a930627fbb49980783db378009a76f5e089a (patch)
tree72fd97079b920dbb9150c0cb3713aa97185cc7fc
parent0ceb6786e5c817f0899c4a46356774d0f7434417 (diff)
downloadaur-9e14a930627fbb49980783db378009a76f5e089a.tar.gz
add AUR/xmltv to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f244c092b544..5e737c282274 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mythtv
pkgdesc = A Homebrew PVR project
pkgver = 31.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.mythtv.org/
arch = any
@@ -41,6 +41,7 @@ pkgbase = mythtv
optdepends = mariadb-clients: Database-Frontend for client deployment
optdepends = python-requests: for metadata-lookup / cover art
optdepends = python-requests-cache: for metadata-lookup / cover art
+ optdepends = xmltv>0.6.1: for Schedule Direct TV listings
conflicts = myththemes
conflicts = mythplugins-mythvideo
replaces = myththemes
diff --git a/PKGBUILD b/PKGBUILD
index 3059eba43035..b4e6300d34cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mythtv
pkgver=31.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A Homebrew PVR project"
arch=('any')
@@ -23,7 +23,8 @@ optdepends=('glew: for GPU commercial flagging'
'mariadb: Database-Backend for server deployment'
'mariadb-clients: Database-Frontend for client deployment'
'python-requests: for metadata-lookup / cover art'
- 'python-requests-cache: for metadata-lookup / cover art')
+ 'python-requests-cache: for metadata-lookup / cover art'
+ 'xmltv>0.6.1: for Schedule Direct TV listings')
conflicts=('myththemes' 'mythplugins-mythvideo')
replaces=('myththemes' 'mythplugins-mythvideo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz"