summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Henrique Merces Moreira2016-10-16 13:22:14 -0200
committerCarlos Henrique Merces Moreira2016-10-16 13:22:14 -0200
commit973e8b6e199cf4636bc4cad2d6c88aed78eaae11 (patch)
treebe000302da3e82be184e091d39519497b2d7f9f0
parent9473ca5c671fdc3a7ef375cad4e3396f8a3f1c1e (diff)
downloadaur-973e8b6e199cf4636bc4cad2d6c88aed78eaae11.tar.gz
Change the dependency python2-imaging to python2-pillow
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d49951853b5..cf699e6db2c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = photofilmstrip
arch = x86_64
license = GPL2
depends = wxpython
- depends = python2-imaging
+ depends = python2-pillow
depends = mencoder
depends = gstreamer0.10-python
source = https://sourceforge.net/projects/photostoryx/files/photofilmstrip/2.1.0/photofilmstrip-2.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 63be169b0fdd..37ac5e58b044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Create video clips from photos"
arch=('i686' 'x86_64')
url="http://www.photofilmstrip.org/1-0-Home.html"
license=('GPL2')
-depends=('wxpython' 'python2-imaging' 'mencoder' 'gstreamer0.10-python')
+depends=('wxpython' 'python2-pillow' 'mencoder' 'gstreamer0.10-python')
source=("https://sourceforge.net/projects/photostoryx/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('0488f7b9cf8f99cff5b161c1911d9588')