diff options
author | root <root@rshg054.dnsready.net> | 2013-04-27 00:07:38 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-27 00:07:38 -0700 |
commit | a27a6af53095da314eca1d33911f72775dfc2bce (patch) | |
tree | f500052f401a6cb073a7080fe3bc3574e69ed7eb /extra/gst-plugins-base | |
parent | a247f0004e94d32b5fe69a5123e1c6684d8cf096 (diff) |
Sat Apr 27 00:07:38 PDT 2013
Diffstat (limited to 'extra/gst-plugins-base')
-rw-r--r-- | extra/gst-plugins-base/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gst-plugins-base/PKGBUILD b/extra/gst-plugins-base/PKGBUILD index 4ba806478..9b7bfe7f8 100644 --- a/extra/gst-plugins-base/PKGBUILD +++ b/extra/gst-plugins-base/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 180528 2013-03-22 19:20:44Z heftig $ +# $Id: PKGBUILD 183686 2013-04-26 16:05:42Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=gst-plugins-base pkgname=('gst-plugins-base-libs' 'gst-plugins-base') -pkgver=1.0.6 +pkgver=1.0.7 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Base Plugins" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 'libv options=(!libtool !emptydirs) url="http://gstreamer.freedesktop.org/" source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz) -sha256sums=('85e5f99af690f720ccde5ea7e793269d35883a3ead80ca9985fa44e18bb1a4a5') +sha256sums=('014805e50b696bc06c3862ea656df079fc0b5fef0c10f16e9f085f290545677a') build() { cd $pkgbase-$pkgver |