summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Carta2020-02-01 19:59:13 -0500
committerJoseph Carta2020-02-01 19:59:13 -0500
commitcbe576f543ad419f8e0cf745538cebde48a6ab52 (patch)
tree092e1e974c55745a5387d3fcf0d3b5d0bbeee1a8
parent34cb6d98302c89e0c216c0c81946608aad10b2c0 (diff)
downloadaur-cbe576f543ad419f8e0cf745538cebde48a6ab52.tar.gz
Added two missing dependencies.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 662e4f3c5593..9e61ee4702c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = photofilmstrip
pkgdesc = Create video clips from photos
pkgver = 3.7.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.photofilmstrip.org/en/
arch = i686
arch = x86_64
@@ -9,6 +9,8 @@ pkgbase = photofilmstrip
depends = python37
depends = python37-pillow
depends = python37-wxpython
+ depends = python37-gobject
+ depends = python37-six
depends = gst-python
optdepends = gst-plugins-bad: additional rendering formats
optdepends = gst-plugins-good: additional rendering formats
diff --git a/PKGBUILD b/PKGBUILD
index 4b526296df70..dfa6fc10cbf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Carlos Henrique Merces Moreira "chmercesmoreira" <ch.mercesmoreira@gmail.com>
pkgname=photofilmstrip
pkgver=3.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Create video clips from photos"
arch=('i686' 'x86_64')
url="http://www.photofilmstrip.org/en/"
license=('GPL2')
-depends=('python37' 'python37-pillow' 'python37-wxpython' 'gst-python')
+depends=('python37' 'python37-pillow' 'python37-wxpython' 'python37-gobject' 'python37-six' 'gst-python')
optdepends=('gst-plugins-bad: additional rendering formats'
'gst-plugins-good: additional rendering formats'
'gst-plugins-ugly: additional rendering formats'