diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-16 05:02:03 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-16 05:02:03 (GMT) |
commit | 433206d3bb9163fd22f8ca135923c029a0edeccc (patch) | |
tree | 245ad438df63424aae3883ed6ac455a4bea1fb16 /abs/core-testing/mythtv/stable/mythflix | |
parent | 6c11dd9d7b09132685f3c6081b5a640255972e6b (diff) | |
download | linhes_pkgbuild-433206d3bb9163fd22f8ca135923c029a0edeccc.zip linhes_pkgbuild-433206d3bb9163fd22f8ca135923c029a0edeccc.tar.gz linhes_pkgbuild-433206d3bb9163fd22f8ca135923c029a0edeccc.tar.bz2 |
Ensure we have the latest and compile.
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythflix')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythflix/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/stable/mythflix/PKGBUILD b/abs/core-testing/mythtv/stable/mythflix/PKGBUILD index 6bfd9ce..b636e30 100644 --- a/abs/core-testing/mythtv/stable/mythflix/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythflix/PKGBUILD @@ -4,14 +4,14 @@ pkgname=mythflix pkgver=0.21 -pkgrel=3 +pkgrel=4 pkgdesc="Netflix access plugin for MythTV" arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') depends=("mythtv>=${pkgver}") source=("ftp://ftp.knoppmyth.net/R6/sources/mythplugins-$pkgver-fixes.tar.bz2") -md5sums=('00ee70be781b9af5913f046525d79ab9') +md5sums=('1b3e2a97b7ecf7373e162fe20b6faabe') groups=('mythtv-extras') build() { |