[arch-commits] Commit in gstreamer0.10-base/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Feb 5 15:56:35 UTC 2011


    Date: Saturday, February 5, 2011 @ 10:56:34
  Author: andyrtr
Revision: 109041

upgpkg: gstreamer0.10-base 0.10.32-2
fix typo in the dependency

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-05 15:50:36 UTC (rev 109040)
+++ PKGBUILD	2011-02-05 15:56:34 UTC (rev 109041)
@@ -4,7 +4,7 @@
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
 pkgver=0.10.32
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('pkgconfig' 'gstreamer0.10>=0.10.32' 'orc' 'libsm' 'libxv' 'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'udev' 'gobject-introspection')
@@ -26,7 +26,7 @@
 
 package_gstreamer0.10-base() {
   pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
-  depends=('gstreamer0.10>=0.10.33' 'orc' 'libsm' 'libxv' 'udev')
+  depends=('gstreamer0.10>=0.10.32' 'orc' 'libsm' 'libxv' 'udev')
 
   cd "${srcdir}/gst-plugins-base-${pkgver}"
   make DESTDIR="${pkgdir}" install




More information about the arch-commits mailing list