summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Henrique Merces Moreira2016-06-14 15:47:49 -0300
committerCarlos Henrique Merces Moreira2016-06-14 15:47:49 -0300
commit8f30e590b1c1fbcbc423e10f44c5fc1f662d2a4e (patch)
tree88428e79d3c06088836e257eac7607029cc9af68
parent5e21b1b5081b887a735e991e34772bfeaa99579c (diff)
downloadaur-8f30e590b1c1fbcbc423e10f44c5fc1f662d2a4e.tar.gz
Remove python2-pillow from dependencies.
Add python2-imaging to dependencies.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90a683d49a92..e07e22adad87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = photofilmstrip
arch = x86_64
license = GPL2
depends = wxpython
- depends = python2-pillow
+ depends = python2-imaging
depends = mencoder
depends = gstreamer0.10-python
source = http://liquidtelecom.dl.sourceforge.net/project/photostoryx/photofilmstrip/2.1.0/photofilmstrip-2.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 20e5a4c43ab4..9f1bc3224c5f 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-pillow' 'mencoder' 'gstreamer0.10-python')
+depends=('wxpython' 'python2-imaging' 'mencoder' 'gstreamer0.10-python')
source=("http://liquidtelecom.dl.sourceforge.net/project/photostoryx/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('0488f7b9cf8f99cff5b161c1911d9588')