summaryrefslogtreecommitdiffstats
path: root/multimedia/mythplugins
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mythplugins')
-rw-r--r--multimedia/mythplugins/mythplugins.SlackBuild8
-rw-r--r--multimedia/mythplugins/mythplugins.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/mythplugins/mythplugins.SlackBuild b/multimedia/mythplugins/mythplugins.SlackBuild
index 69022f7fa4..6a4dc38760 100644
--- a/multimedia/mythplugins/mythplugins.SlackBuild
+++ b/multimedia/mythplugins/mythplugins.SlackBuild
@@ -28,7 +28,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mythplugins
-VERSION=0.27
+VERSION=0.27.4
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,9 +64,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf mythtv-fixes-$VERSION
-tar xvf $CWD/mythtv-fixes-$VERSION.tar.gz
-cd mythtv-fixes-$VERSION
+rm -rf mythtv-fixes-0.27
+tar xvf $CWD/mythtv-fixes-0.27.tar.gz
+cd mythtv-fixes-0.27
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/multimedia/mythplugins/mythplugins.info b/multimedia/mythplugins/mythplugins.info
index 3b83ce79a0..fe0a560e20 100644
--- a/multimedia/mythplugins/mythplugins.info
+++ b/multimedia/mythplugins/mythplugins.info
@@ -1,8 +1,8 @@
PRGNAM="mythplugins"
-VERSION="0.27"
+VERSION="0.27.4"
HOMEPAGE="http://www.mythtv.org/"
-DOWNLOAD="http://downloads.sourceforge.net/project/mythtv.mirror/MythTV%200.27/mythtv-fixes-0.27.tar.gz"
-MD5SUM="2c7a2ebf3b9551a4d025d8e877381435"
+DOWNLOAD="http://downloads.sourceforge.net/project/mythtv.mirror/MythTV%200.27.4/mythtv-fixes-0.27.tar.gz"
+MD5SUM="dc663ddb329ad8ee28be5840d3e7de94"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dcraw mythtv perl-Date-Manip perl-SOAP-Lite perl-DateTime-Format-ISO8601 perl-Image-Size perl-XML-XPath python-oauth perl-JSON"