summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Henrique Merces Moreira2016-06-14 15:54:31 -0300
committerCarlos Henrique Merces Moreira2016-06-14 15:54:31 -0300
commite49d891612ec916e41d827ba140e39ba1745fa8d (patch)
tree240de548a6a9201161d5df7bf80d4e968b3b219f
parent8f30e590b1c1fbcbc423e10f44c5fc1f662d2a4e (diff)
downloadaur-e49d891612ec916e41d827ba140e39ba1745fa8d.tar.gz
Correct name python2-imaging to pil
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e07e22adad87..def35af82e7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = photofilmstrip
arch = x86_64
license = GPL2
depends = wxpython
- depends = python2-imaging
+ depends = pil
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 9f1bc3224c5f..2ace7f2c0939 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' 'pil' 'mencoder' 'gstreamer0.10-python')
source=("http://liquidtelecom.dl.sourceforge.net/project/photostoryx/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('0488f7b9cf8f99cff5b161c1911d9588')
@@ -25,4 +25,4 @@ package () {
do
chmod 644 $pkgdir/usr/share/icons/hicolor/$size/apps/photofilmstrip.png
done
-} \ No newline at end of file
+}