summaryrefslogtreecommitdiff
path: root/community/mythplugins/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mythplugins/PKGBUILD')
-rw-r--r--community/mythplugins/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/mythplugins/PKGBUILD b/community/mythplugins/PKGBUILD
index 45b9cb4ee..e81415f80 100644
--- a/community/mythplugins/PKGBUILD
+++ b/community/mythplugins/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 42515 2011-03-17 12:34:35Z andrea $
+# $Id: PKGBUILD 47233 2011-05-19 08:56:57Z jconder $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@@ -14,8 +14,9 @@ pkgname=('mythplugins-mytharchive'
'mythplugins-mythweather'
'mythplugins-mythweb'
'mythplugins-mythzoneminder')
-pkgver=0.24
-pkgrel=3
+pkgver=0.24.1
+pkgrel=1
+epoch=1
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
license=('GPL')
@@ -27,7 +28,7 @@ makedepends=("mythtv>=$pkgver" 'cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg'
'perl-xml-xpath' 'perl-image-size' 'perl-datetime-format-iso8601')
source=("ftp://ftp.osuosl.org/pub/mythtv/$pkgbase-$pkgver.tar.bz2"
'mtd.rc')
-md5sums=('2bcb195a82475648040910d7afd054d1'
+md5sums=('76aeefeff70b550b2d35c2d9d751df18'
'476c12ba074794ad7f4ae092bdf949d6')
build() {
@@ -128,7 +129,7 @@ package_mythplugins-mythweb() {
mkdir -p "$pkgdir/srv/http/mythweb"/{image_cache,php_sessions}
cp -R "$srcdir/$pkgbase-$pkgver/mythweb"/* "$pkgdir/srv/http/mythweb"
chown -R http:http "$pkgdir/srv/http/mythweb"
- chmod g+rw "$pkgdir/srv/http/mythweb"/{image_cache,php_sessions,data}
+ chmod g+rw "$pkgdir/srv/http/mythweb"/{image_cache,php_sessions}
}
package_mythplugins-mythzoneminder() {