summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48f74fbf9634..7d1472265d5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flowblade
pkgver=1.10
-pkgrel=1
+pkgrel=2
pkgdesc="a multitrack non-linear video editor for Linux"
arch=('any')
url="https://github.com/jliljebl/$pkgname"
@@ -11,6 +11,7 @@ depends=('dbus-glib'
'frei0r-plugins'
'gmic'
'gtk3'
+ 'librsvg'
'mlt-python-bindings'
'movit'
'pygtk'
@@ -18,7 +19,6 @@ depends=('dbus-glib'
'python2-gobject'
'python2-numpy'
'python2-pillow'
- 'python2-rsvg'
'sox'
'swh-plugins')
source=("$url/archive/v$pkgver.tar.gz")