summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Haugh2017-07-10 11:31:41 -0500
committerSean Haugh2017-07-10 11:31:41 -0500
commit1ec6b0a4e2527a69f732a3baa33a5ecba7be114a (patch)
tree08f4db91799cf8d96c55d2aafd1dece6a0b5f65a /PKGBUILD
parent6924a545acf121e9af9204daa7a0f52937c808d9 (diff)
downloadaur-1ec6b0a4e2527a69f732a3baa33a5ecba7be114a.tar.gz
Use the correct Python bindings.
gst-python2 will bring in the python2-gobject dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 342abaacaadb..cea2d9f537c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,7 @@ depends=('python2'
'python2-requests'
'python2-setuptools'
'python2-tornado'
- 'python2-gobject'
- 'gst-python'
+ 'gst-python2'
'gst-plugins-base'
'gst-plugins-good'
'gst-plugins-ugly')