Date: Tuesday, April 16, 2013 @ 01:39:58 Author: bgyorgy Revision: 88289
Update dependencies' names Modified: griffith/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-15 23:20:43 UTC (rev 88288) +++ PKGBUILD 2013-04-15 23:39:58 UTC (rev 88289) @@ -13,11 +13,11 @@ url="http://griffith.berlios.de" license=('GPL2') depends=('pygtk>=2.14.1' 'sqlite' 'python2-pysqlite' \ - 'python2-reportlab>=2.3' 'pil' 'pyxml' 'python2-sqlalchemy') + 'python2-reportlab>=2.3' 'python2-imaging' 'pyxml' 'python2-sqlalchemy') optdepends=('python2-psycopg2: postgreSQL support' 'mysql-python: MySQL support' 'python2-chardet: encoding detection of imported CSV files' - 'gnome-python-extras: spell checking support' + 'python2-gtkspell: spell checking support' 'griffith-extra-artwork: additional icons') changelog=$pkgname.changelog source=(http://launchpad.net/griffith/trunk/${pkgver}/+download/griffith-${pkgver}.tar.gz)
