diff options
Diffstat (limited to 'extra/streamtuner/PKGBUILD')
-rw-r--r-- | extra/streamtuner/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/streamtuner/PKGBUILD b/extra/streamtuner/PKGBUILD index f449a3f89..ea344e218 100644 --- a/extra/streamtuner/PKGBUILD +++ b/extra/streamtuner/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 94130 2010-10-04 18:10:32Z andyrtr $ +# $Id: PKGBUILD 148934 2012-02-05 11:56:39Z ibiru $ # Contributor: Greg Grabinski <greg@grabinski.ch> # Maintainer: ndreas Radke <andyrtr@archlinux.org> pkgname=streamtuner pkgver=0.99.99 -pkgrel=11 +pkgrel=12 pkgdesc="A stream directory browser" arch=('i686' 'x86_64') url="http://www.nongnu.org/streamtuner/" @@ -26,12 +26,12 @@ md5sums=('2027b7c34e85b594524b0b4351c14362' build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -p0 -i ${srcdir}/streamtuner-0.99.99-live365.diff || return 1 - patch -p0 -i ${srcdir}/streamtuner-0.99.99-pygtk-2.6.diff || return 1 + patch -p0 -i ${srcdir}/streamtuner-0.99.99-live365.diff + patch -p0 -i ${srcdir}/streamtuner-0.99.99-pygtk-2.6.diff # fix http://bugs.archlinux.org/task/10308 - patch -p0 -i ${srcdir}/streamtuner-0.99.99-shoutcast.diff || return 1 + patch -p0 -i ${srcdir}/streamtuner-0.99.99-shoutcast.diff # fix http://bugs.archlinux.org/task/11463 - patch -p1 -i ${srcdir}/shoutcast-redesign-patch.diff || return 1 + patch -p1 -i ${srcdir}/shoutcast-redesign-patch.diff # python2 fixes sed -i "s:^for ac_prog in python:for ac_prog in python2:" ${srcdir}/${pkgname}-${pkgver}/configure |