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

François Charette francois at archlinux.org
Tue Sep 8 07:45:49 UTC 2009


    Date: Tuesday, September 8, 2009 @ 03:45:49
  Author: francois
Revision: 51397

fix optdepends (FS#16053)

Modified:
  asymptote/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-08 07:41:13 UTC (rev 51396)
+++ PKGBUILD	2009-09-08 07:45:49 UTC (rev 51397)
@@ -8,7 +8,9 @@
 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')




More information about the arch-commits mailing list