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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Sep 15 21:30:11 UTC 2013


    Date: Sunday, September 15, 2013 @ 23:30:11
  Author: arodseth
Revision: 97257

upgpkg: tucan 0.3.10-3

Modified:
  tucan/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-15 21:21:20 UTC (rev 97256)
+++ PKGBUILD	2013-09-15 21:30:11 UTC (rev 97257)
@@ -3,22 +3,25 @@
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 # Contributor: Raul Pons Lopez <raulponslopez+aur {at} gmail {dot} com>
+
 pkgname=tucan
 pkgver=0.3.10
-pkgrel=2
+pkgrel=3
 pkgdesc='Download and upload manager for hosting sites'
 arch=('any')
 url='http://tucaneando.com/'
 license=('GPL3')
-depends=('python-imaging' 'python2' 'pygtk' 'tesseract' 'librsvg')
+depends=('python2-pillow' 'pygtk' 'tesseract' 'librsvg')
 source=("http://build-tucan-doc.googlecode.com/files/tucan-$pkgver.tar.gz")
 sha256sums=('41c4e68de970eb4388b41fa75b7c38142b989483318490abf8af377303c99e5c')
 
-build() {
+prepare() {
     cd "$pkgname-$pkgver"
 
     # python2 fix
 	  sed -i '0,/on/s//on2/' tucan.py
+    # PIL/Pillow fix
+	  sed -i 's/import Image/from PIL import Image/g' core/tesseract.py
 }
 
 package() {




More information about the arch-commits mailing list