diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-07-30 19:07:58 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-07-30 19:07:58 (GMT) |
commit | 1e8166d9b5aab61d118e4acc83a2b201580617ad (patch) | |
tree | b99deee3ecab4be99d1ccb0cb440ecb102974334 | |
parent | 811c4dbd994478e10f360c083d3deccc11a69e2c (diff) | |
download | linhes_pkgbuild-1e8166d9b5aab61d118e4acc83a2b201580617ad.zip linhes_pkgbuild-1e8166d9b5aab61d118e4acc83a2b201580617ad.tar.gz linhes_pkgbuild-1e8166d9b5aab61d118e4acc83a2b201580617ad.tar.bz2 |
mythtv & mythplugins: update to latest fixes;change recordings script for integration with plex media server
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythtv/PKGBUILD | 6 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythtv/recordings | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD index 6f39ebb..b42eeea 100644 --- a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD @@ -8,8 +8,8 @@ pkgname=('mytharchive' 'mythnews' 'mythweather' 'mythzoneminder') -pkgver=0.27.4 -pkgrel=17 +pkgver=0.27.5 +pkgrel=1 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') diff --git a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD index 1f3d5f7..f15d1e5 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv -pkgver=0.27.4 -pkgrel=17 +pkgver=0.27.5 +pkgrel=1 commit_hash=`cat ../git_src/git_hash` pkgdesc="A Homebrew PVR project $commit_hash" arch=('i686' 'x86_64') @@ -104,4 +104,4 @@ package() { md5sums=('5f3e43567e62afe17bad39f5a9b604cf' '41098e898361a5a3cde3eaae358482a8' '35a7fd3e3057691e3b1bf355bb9e8b16' - '65a08d8949431ecdeb51a686dc6f9c21') + 'f4c3235b2a0e0e9ddf224b119eaa49c2') diff --git a/abs/core/mythtv/stable-0.27/mythtv/recordings b/abs/core/mythtv/stable-0.27/mythtv/recordings index 382fc4c..c60a16e 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/recordings +++ b/abs/core/mythtv/stable-0.27/mythtv/recordings @@ -77,7 +77,7 @@ then #sync tmprecdir to recdir #rsync -aOP --delete --ignore-existing "$tmprecdir/" "$recdir/" - rsync -aOP --delete "$tmprecdir/" "$recdir/" + rsync -aO --delete "$tmprecdir/" "$recdir/" #check if plex media server is running if [[ `pidof "Plex Media Server"` ]] |