diff options
Diffstat (limited to 'extra/phonon-gstreamer/PKGBUILD')
-rw-r--r-- | extra/phonon-gstreamer/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/phonon-gstreamer/PKGBUILD b/extra/phonon-gstreamer/PKGBUILD index 715f54cd5..61259bbb6 100644 --- a/extra/phonon-gstreamer/PKGBUILD +++ b/extra/phonon-gstreamer/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 198817 2013-11-05 19:40:13Z andrea $ +# $Id: PKGBUILD 201235 2013-12-06 13:45:03Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=phonon-gstreamer -pkgver=4.7.0 +pkgver=4.7.1 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url='http://phonon.kde.org/' @@ -12,8 +12,8 @@ depends=('gstreamer0.10-base-plugins') makedepends=('cmake' 'automoc4' 'phonon-qt4') provides=('phonon-backend') install="${pkgname}.install" -source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz") -md5sums=('f00a1529d43158ce9faea516814562d3') +source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz") +md5sums=('7c0cfab4ec0bbe1f201503e6ccc7290a') prepare() { mkdir build |