diff options
Diffstat (limited to 'extra/phonon-gstreamer/PKGBUILD')
-rw-r--r-- | extra/phonon-gstreamer/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/phonon-gstreamer/PKGBUILD b/extra/phonon-gstreamer/PKGBUILD index 4fed16b65..05becae9e 100644 --- a/extra/phonon-gstreamer/PKGBUILD +++ b/extra/phonon-gstreamer/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 163506 2012-07-14 10:11:44Z andrea $ +# $Id: PKGBUILD 165217 2012-08-13 13:16:45Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=phonon-gstreamer -pkgver=4.6.1 +pkgver=4.6.2 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url='http://phonon.kde.org/' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4' 'phonon' 'mesa') 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=('c0c8a1064e32c83dd6976187dcc491a3') +md5sums=('8c08875d10952bc5685bcec8de3acb2d') build() { cd "${srcdir}" |