Date: Thursday, February 21, 2013 @ 06:07:12
  Author: bisson
Revision: 178384

upstream update

Modified:
  potrace/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-02-21 04:44:47 UTC (rev 178383)
+++ PKGBUILD    2013-02-21 05:07:12 UTC (rev 178384)
@@ -3,16 +3,15 @@
 # Contributor: Damir Perisa <[email protected]>
 
 pkgname=potrace
-pkgver=1.10
+pkgver=1.11
 pkgrel=1
 pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
 url='http://potrace.sourceforge.net/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('zlib')
 options=('!libtool')
 source=("http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('e6e8b64d85d30b4695d197a79187ac98c2b236f9')
+sha1sums=('7296baf27bf35298263cb3ed3df34a38fed0b441')
 
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,8 +19,8 @@
        ./configure \
                --prefix=/usr \
                --mandir=/usr/share/man \
-               --enable-static=no \
                --with-libpotrace \
+               --disable-static \
 
        make
 }

Reply via email to