diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-21 04:06:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-21 04:06:16 +0000 |
commit | 000001015cbeaabdc2e0f70899a6b810996f98cc (patch) | |
tree | 6b60a6c85f79811e19dc15e1930872b0c4c74d7b /extra/phonon-gstreamer | |
parent | 2fd06aa8fa3c105c4c9161a060192d85dc3d4559 (diff) |
Sat Jun 21 04:02:26 UTC 2014
Diffstat (limited to 'extra/phonon-gstreamer')
-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 0722ad188..413a1f03e 100644 --- a/extra/phonon-gstreamer/PKGBUILD +++ b/extra/phonon-gstreamer/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 211973 2014-05-02 12:02:18Z andrea $ +# $Id: PKGBUILD 215326 2014-06-20 19:31:02Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=phonon-gstreamer pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer') -pkgver=4.7.1 +pkgver=4.7.2 pkgrel=1 arch=('i686' 'x86_64') url='http://phonon.kde.org/' license=('LGPL') makedepends=('gstreamer0.10-base-plugins' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5') -source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz") -md5sums=('7c0cfab4ec0bbe1f201503e6ccc7290a') +source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz") +md5sums=('d437478c3ef2da2cda0da0abda20ef11') prepare() { mkdir build-qt4 |