[arch-commits] Commit in pil/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Dec 12 12:40:04 UTC 2009


    Date: Saturday, December 12, 2009 @ 07:40:03
  Author: allan
Revision: 61138

upgpkg: pil 1.1.7-1
    upstream update, add tk optdep (FS#17411)

Modified:
  pil/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-12 12:30:33 UTC (rev 61137)
+++ PKGBUILD	2009-12-12 12:40:03 UTC (rev 61138)
@@ -3,16 +3,17 @@
 # Contributor: simo <simo at archlinux.org>
 
 pkgname=pil
-pkgver=1.1.6
-pkgrel=6
+pkgver=1.1.7
+pkgrel=1
 pkgdesc="Python imaging library"
 arch=('i686' 'x86_64')
 url="http://www.pythonware.com/products/pil/index.htm"
 license=('custom:"pil"')
-depends=('python' 'libjpeg>=7' 'freetype2') 
-makedepends=('tk>=8.5.0')
+depends=('python' 'libjpeg' 'freetype2') 
+makedepends=('tk')
+optdepends=('tk')
 source=(http://effbot.org/downloads/Imaging-$pkgver.tar.gz)
-md5sums=('3a9b5c20ca52f0a9900512d2c7347622')
+md5sums=('fc14a54e1ce02a0225be8854bfba478e')
 
 build() {
   cd $srcdir/Imaging-$pkgver




More information about the arch-commits mailing list