summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2019-04-24 00:27:26 +0200
committerBernhard Landauer2019-04-24 00:27:26 +0200
commit301958ac5376087ae4c63d70feeb165c393127f6 (patch)
tree2161ce1e131a0a654765e4b71c158896e595a918
parent3ee1af8d5e0267fa2754557679d1deba53432a8f (diff)
downloadaur-301958ac5376087ae4c63d70feeb165c393127f6.tar.gz
use new pkg mlt-python2-bindings
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dadbfb91055..f62c8b21eee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flowblade
pkgdesc = a multitrack non-linear video editor for Linux
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jliljebl/flowblade
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = flowblade
depends = gtk3
depends = librsvg
depends = mlt
- depends = mlt-python-bindings
+ depends = mlt-python2-bindings
depends = movit
depends = pygtk
depends = python2-dbus
diff --git a/PKGBUILD b/PKGBUILD
index d5d1b315367a..419382d84184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flowblade
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="a multitrack non-linear video editor for Linux"
arch=('any')
url="https://github.com/jliljebl/$pkgname"
@@ -13,7 +13,7 @@ depends=('dbus-glib'
'gtk3'
'librsvg'
'mlt'
- 'mlt-python-bindings'
+ 'mlt-python2-bindings'
'movit'
'pygtk'
'python2-dbus'