diff options
Diffstat (limited to 'abs/core-testing/mythstream/PKGBUILD')
-rw-r--r-- | abs/core-testing/mythstream/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/mythstream/PKGBUILD b/abs/core-testing/mythstream/PKGBUILD index 8c58fae..023bf01 100644 --- a/abs/core-testing/mythstream/PKGBUILD +++ b/abs/core-testing/mythstream/PKGBUILD @@ -4,7 +4,7 @@ pkgname=mythstream pkgver=0.18_3 -pkgrel=6 +pkgrel=8 pkgdesc="Unofficial MythTV plugin for Internet audio and video streams." arch=('i686' 'x86_64') url="http://home.kabelfoon.nl/~moongies/streamtuned.html" @@ -31,6 +31,7 @@ build() { make INSTALL_ROOT=$startdir/pkg install cp $srcdir/streams.res $pkgdir/usr/share/mythtv/mythstream } + md5sums=('ba354b83fefe6028c5379fb832a44b6a' '0131d9e05b55141357bc66e2a88a8132' 'b7fb47a56b6809938f237632174faeb2') |