summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAliaksandr Stelmachonak a.k.a. ava1ar2017-10-04 00:50:12 -0400
committerAliaksandr Stelmachonak a.k.a. ava1ar2017-10-04 00:50:12 -0400
commitd45fc2276b790e685494dc3bc93913f65cc736da (patch)
tree3fdbefacde6ac878185d0e9cde442dd21d916938 /PKGBUILD
parent93636464b4de75a0702369459628445166d4b01b (diff)
downloadaur-d45fc2276b790e685494dc3bc93913f65cc736da.tar.gz
Removed makedepends, which are part of base-devel group
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')