diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-04-13 19:22:03 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-04-13 19:22:03 (GMT) |
commit | d8a29f1dc19a4f5c5df412c7712b991dd52b2c89 (patch) | |
tree | 92e7cb3efbe38f5d8311c92fc7d35ef793ecb96f /abs/core-testing/mythstream/PKGBUILD | |
parent | 1421c1d93d214f0d6e13fc78394603a1e73ed0a1 (diff) | |
parent | c5386f09a7257bae94e78e4dbcde52e232516ae7 (diff) | |
download | linhes_pkgbuild-d8a29f1dc19a4f5c5df412c7712b991dd52b2c89.zip linhes_pkgbuild-d8a29f1dc19a4f5c5df412c7712b991dd52b2c89.tar.gz linhes_pkgbuild-d8a29f1dc19a4f5c5df412c7712b991dd52b2c89.tar.bz2 |
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/mythstream/PKGBUILD')
-rw-r--r-- | abs/core-testing/mythstream/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mythstream/PKGBUILD b/abs/core-testing/mythstream/PKGBUILD index d23da84..2ff82ee 100644 --- a/abs/core-testing/mythstream/PKGBUILD +++ b/abs/core-testing/mythstream/PKGBUILD @@ -4,7 +4,7 @@ pkgname=mythstream pkgver=0.18_3 -pkgrel=4 +pkgrel=5 pkgdesc="Unofficial MythTV plugin for Internet audio and video streams." arch=('i686' 'x86_64') url="http://home.kabelfoon.nl/~moongies/streamtuned.html" @@ -18,7 +18,7 @@ install=mythstream.install build() { cd $startdir/src/mythstream_mythtv-r21640 - ln -s ../../../mythtv/stable-0.22/mythtv/src/mythtv/libs/lib* . + ln -s ../../../mythtv/stable-0.23/mythtv/src/mythtv/libs/lib* . patch -p1 < ../mythstream.patch || return 1 |