[arch-commits] Commit in asymptote/repos (extra-x86_64 extra-x86_64/PKGBUILD)

François Charette francois at archlinux.org
Fri Sep 11 08:42:58 UTC 2009


    Date: Friday, September 11, 2009 @ 04:42:58
  Author: francois
Revision: 51764

Merged revisions 51397,51762 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/asymptote/trunk

........
  r51397 | francois | 2009-09-08 09:45:49 +0200 (Tue, 08 Sep 2009) | 1 line
  
  fix optdepends (FS#16053)
........
  r51762 | francois | 2009-09-11 09:57:06 +0200 (Fri, 11 Sep 2009) | 2 lines
  
  upgpkg: asymptote 1.86-1
      new version
........

Modified:
  asymptote/repos/extra-x86_64/	(properties)
  asymptote/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Property changes on: asymptote/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /asymptote/trunk:1-50083
   + /asymptote/trunk:1-51763

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-09-11 07:57:49 UTC (rev 51763)
+++ extra-x86_64/PKGBUILD	2009-09-11 08:42:58 UTC (rev 51764)
@@ -1,17 +1,18 @@
 # Maintainer: Firmicus <francois.archlinux.org>
 # Contributor: bender02 at gmx dot com
 pkgname=asymptote
-pkgver=1.84
+pkgver=1.86
 pkgrel=1
 pkgdesc="A vector graphics language (like metapost)"
 arch=('i686' 'x86_64')
 url="http://asymptote.sourceforge.net/"
 license=("GPL3")
 depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw')
-optdepends=('For the xasy GUI:    python, pil, tix')
+optdepends=('python: for the xasy GUI'
+            'pil:     "'
+            'tix:     "')
 source=(http://downloads.sourceforge.net/sourceforge/asymptote/$pkgname-$pkgver.src.tgz)
 install="texlive.install"
-md5sums=('046be32c5d1f84fb3d34e044f0d95e7e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -21,3 +22,4 @@
   make asy || return 1
   make DESTDIR=$pkgdir install-asy || return 1
 }
+md5sums=('0dc9c827a5e6f3577b5bc5966cb90ca8')




More information about the arch-commits mailing list