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

François Charette francois at archlinux.org
Wed Aug 19 19:19:24 UTC 2009


    Date: Wednesday, August 19, 2009 @ 15:19:23
  Author: francois
Revision: 50067

upgpkg: asymptote 1.83-3
    fix depends to solve FS#15987

Modified:
  asymptote/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-19 09:54:14 UTC (rev 50066)
+++ PKGBUILD	2009-08-19 19:19:23 UTC (rev 50067)
@@ -2,13 +2,12 @@
 # Contributor: bender02 at gmx dot com
 pkgname=asymptote
 pkgver=1.83
-pkgrel=2
+pkgrel=3
 pkgdesc="A vector graphics language (like metapost)"
 arch=('i686' 'x86_64')
 url="http://asymptote.sourceforge.net/"
 license=("GPL3")
-depends=('texlive-core' 'gc')
-makedepends=('freeglut' 'gsl' 'fftw')
+depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw')
 optdepends=('For the xasy GUI:    python, pil, tix')
 source=(http://downloads.sourceforge.net/sourceforge/asymptote/$pkgname-$pkgver.src.tgz)
 install="texlive.install"




More information about the arch-commits mailing list