[arch-commits] Commit in uniconvertor/trunk (PKGBUILD)
Jelle van der Waa
jelle at nymeria.archlinux.org
Fri Sep 20 10:48:45 UTC 2013
Date: Friday, September 20, 2013 @ 12:48:45
Author: jelle
Revision: 97448
upgpkg: uniconvertor 1.1.5-7
Replace PIL with Pillow
Modified:
uniconvertor/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-20 10:09:09 UTC (rev 97447)
+++ PKGBUILD 2013-09-20 10:48:45 UTC (rev 97448)
@@ -4,12 +4,12 @@
pkgname=uniconvertor
pkgver=1.1.5
-pkgrel=6
+pkgrel=7
pkgdesc="A universal vector graphics translator using sK1 engine."
arch=('i686' 'x86_64')
url="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
license=('GPL')
-depends=('python2' 'python2-imaging' 'python2-reportlab' 'sk1libs')
+depends=('python2' 'python2-pillow' 'python2-reportlab' 'sk1libs')
makedepends=('gcc')
source=(http://uniconvertor.googlecode.com/files/uniconvertor-$pkgver.tar.gz)
md5sums=('d1272315a58304ece2ff588834e23f72')
More information about the arch-commits
mailing list