summaryrefslogtreecommitdiff
path: root/extra/asymptote
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-24 01:50:39 -0700
committerroot <root@rshg054.dnsready.net>2012-10-24 01:50:39 -0700
commit120df4e0db159525806a9b33364483e76f9d51d3 (patch)
treeb78de64b601a46cc403d8663201bad6feb41c791 /extra/asymptote
parent3c19af9355ba86a5b99d6e5a57ecaa68a7ea6e8e (diff)
Wed Oct 24 01:47:51 PDT 2012
Diffstat (limited to 'extra/asymptote')
-rw-r--r--extra/asymptote/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/asymptote/PKGBUILD b/extra/asymptote/PKGBUILD
index 3a6ca6ec9..bbd3a3814 100644
--- a/extra/asymptote/PKGBUILD
+++ b/extra/asymptote/PKGBUILD
@@ -1,23 +1,25 @@
-# $Id: PKGBUILD 168597 2012-10-13 11:46:36Z andyrtr $
+# $Id: PKGBUILD 169579 2012-10-23 20:01:18Z remy $
# Maintainer: Rémy Oudompheng <remy@archlinux.org>
# Contributor: Firmicus <francois.archlinux.org>
# Contributor: bender02 at gmx dot com
pkgname=asymptote
-pkgver=2.20
+pkgver=2.21
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' 'glu' 'gsl' 'fftw' 'libsigsegv')
-makedepends=('ghostscript' 'imagemagick')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa' # For OpenGL headers
+ )
optdepends=('python2: for the xasy GUI'
'python-imaging: for the xasy GUI'
'tix: for the xasy GUI')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
install=texlive.install
-sha1sums=('4c86ab71cff57a592944303b11d9bb6ec34f1cbd')
+sha1sums=('946269c63b7aa3a7d2875f5faa8a0b8d3d36628c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"