diff options
Diffstat (limited to 'community/mythtv/PKGBUILD')
-rw-r--r-- | community/mythtv/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD index 37a58eecd..108d6605c 100644 --- a/community/mythtv/PKGBUILD +++ b/community/mythtv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 69262 2012-04-11 06:53:29Z jconder $ +# $Id: PKGBUILD 69416 2012-04-16 01:26:19Z jconder $ # Maintainer: Jonathan Conder <jonno.conder@gmail.com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> @@ -7,7 +7,7 @@ pkgname=mythtv pkgver=0.25 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') @@ -24,6 +24,8 @@ optdepends=('glew: for GPU commercial flagging' 'libxml2: to read blu-ray metadata' 'openssl: for AirTunes (RAOP) support' 'xmltv: to download tv listings') +conflicts=('myththemes') +replaces=('myththemes') backup=('etc/conf.d/mythbackend') install='mythtv.install' source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2" @@ -33,7 +35,7 @@ source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2" md5sums=('e49c81de40e279c83dcb1b2aa9a45748' '6090f5f22a8584db80b76cf19869ee41' '62fd98347c56b1d9b795792f83269d25' - '1f72db0586f97a7c3fd3155dfa9a6c6f') + 'ab962d83614cbd0ac11ce3fcc929829d') build() { cd "$srcdir/$pkgname-$pkgver" |