summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbf1e943fba7..8b44e8e53108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Oct 4 04:40:28 UTC 2017
+# Wed Oct 4 04:49:47 UTC 2017
pkgbase = gstreamer0.10
pkgdesc = GStreamer Multimedia Framework
pkgver = 0.10.36
@@ -10,11 +10,7 @@ pkgbase = gstreamer0.10
arch = armv7h
license = LGPL
makedepends = intltool
- makedepends = pkgconfig
makedepends = gobject-introspection
- makedepends = automake
- makedepends = bison
- makedepends = flex
depends = libxml2
depends = glib2
source = https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.36.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 3a4b53bfce64..c66cc3a7de69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64' 'armv7h')
license=('LGPL')
url='https://gstreamer.freedesktop.org'
depends=('libxml2' 'glib2')
-makedepends=('intltool' 'pkgconfig' 'gobject-introspection' 'automake' 'bison' 'flex')
+makedepends=('intltool' 'gobject-introspection')
source=("https://gstreamer.freedesktop.org/src/gstreamer/${_pkgname}-${pkgver}.tar.xz"
'tests-remove-silly-test_fail_abstract_new-check.patch'
'bison3.patch')