diff options
author | Britney Fransen <brfransen@gmail.com> | 2010-07-01 01:16:01 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2010-07-01 01:16:01 (GMT) |
commit | d2dc8a70eea843372cc99c3cd3da109f739f1451 (patch) | |
tree | 80d34371107a4c83de0aa6249afc106f0a9344f9 /abs | |
parent | cd9c1fc487bb65016930c42af2acf1c620a427d0 (diff) | |
parent | ef7330c535f36fce415c522fe7527ac07a0922de (diff) | |
download | linhes_pkgbuild-d2dc8a70eea843372cc99c3cd3da109f739f1451.zip linhes_pkgbuild-d2dc8a70eea843372cc99c3cd3da109f739f1451.tar.gz linhes_pkgbuild-d2dc8a70eea843372cc99c3cd3da109f739f1451.tar.bz2 |
Merge branch 'master' of brfransen@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/extra-testing/community/flashplugin/PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD b/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD index cd25452..5ecbd78 100644 --- a/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD @@ -1,12 +1,12 @@ pkgname=mythnetvision pkgver=0.23 -pkgrel=5 +pkgrel=6 pkgdesc="Internet video plugin for MythTV" url="http://www.mythtv.org" license="GPL" arch=('i686' 'x86_64') -depends=('mythtv' 'python-pycurl' 'flashplugin') +depends=('mythtv' 'mythbrowser' 'python-pycurl' 'flashplugin') groups=('mythtv-extras') patches=() diff --git a/abs/extra-testing/community/flashplugin/PKGBUILD b/abs/extra-testing/community/flashplugin/PKGBUILD index 4a04ee0..7d7e65f 100644 --- a/abs/extra-testing/community/flashplugin/PKGBUILD +++ b/abs/extra-testing/community/flashplugin/PKGBUILD @@ -3,7 +3,7 @@ pkgname=flashplugin _licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf' -pkgver=10.0.42.34 +pkgver=10.1.53.64 pkgrel=1 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' @@ -14,8 +14,6 @@ provides=('flashplayer') license=('custom') source=('http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz' "http://www.adobe.com/products/eulas/pdfs/${_licensefile}") -md5sums=('aa694c7392d4519e4ef7812fd2922730' - '1636037610ee2aa35c5fb736a697b7e0') [ "${CARCH}" = "x86_64" ] && source[0]="http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-${pkgver}.linux-${CARCH}.so.tar.gz" [ "${CARCH}" = "x86_64" ] && md5sums[0]='8b427c2991c0447af56a951c653ee383' @@ -25,3 +23,5 @@ build() { install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1 install -m644 "${_licensefile}" ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf || return 1 } +md5sums=('e4cb4d26124605a54c3d498cc440368f' + '1636037610ee2aa35c5fb736a697b7e0') |