summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernhard Landauer2017-01-27 17:23:33 +0100
committerBernhard Landauer2017-01-27 17:23:33 +0100
commite18f8960b7ddb831f084c0d8d498700fd71427de (patch)
tree81f0eddb9720d0fc86f64687c9cd3efa1a51bb52 /PKGBUILD
parentb31b693f70f21928aa132e94bdaa9c77a6d9bb38 (diff)
downloadaur-e18f8960b7ddb831f084c0d8d498700fd71427de.tar.gz
rm deprecated python2-rsvg
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")