summaryrefslogtreecommitdiff
path: root/extra/asymptote/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-24 13:37:15 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-24 13:37:15 -0300
commitaa59a87bb8860445bb3a4b233b44812b65b8c363 (patch)
tree2c86c94b07d2205834540b0d4c8ead7f264f56d5 /extra/asymptote/PKGBUILD
parenteca1d6fadc95df0eab55f607f67e69ff5329f590 (diff)
parent120df4e0db159525806a9b33364483e76f9d51d3 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/catalyst-dkms/PKGBUILD community-testing/catalyst-dkms/catalyst.install community-testing/lxdm/PKGBUILD community-testing/lxdm/lxdm-pam extra/tdb/PKGBUILD extra/usbview/PKGBUILD multilib/lib32-libldap/PKGBUILD testing/bison/PKGBUILD testing/ekiga/PKGBUILD testing/evince/PKGBUILD testing/gthumb/PKGBUILD testing/nautilus/PKGBUILD testing/opal/PKGBUILD testing/opal/opal-ffmpeg.patch testing/openssh/PKGBUILD testing/openssh/sshd.service testing/openssh/sshd.socket testing/openssh/sshdgenkeys.service testing/yelp/PKGBUILD
Diffstat (limited to 'extra/asymptote/PKGBUILD')
-rw-r--r--extra/asymptote/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/asymptote/PKGBUILD b/extra/asymptote/PKGBUILD
index 102778ca0..66c49f488 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' 'mips64el')
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}"