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 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 |