summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-04 02:16:47 -0700
committerroot <root@rshg054.dnsready.net>2013-08-04 02:16:47 -0700
commite88029ce7aca147fa158866a25841033adc244f2 (patch)
tree8634ed8603fb1f2574cdd79663a27a450e5ae3d1 /extra
parente191a289464c21aafe7478065ea7ed3ddda0766f (diff)
Sun Aug 4 02:14:49 PDT 2013
Diffstat (limited to 'extra')
-rw-r--r--extra/asymptote/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/asymptote/PKGBUILD b/extra/asymptote/PKGBUILD
index 5570600dd..eca3192f2 100644
--- a/extra/asymptote/PKGBUILD
+++ b/extra/asymptote/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 187088 2013-06-03 15:58:10Z remy $
+# $Id: PKGBUILD 191983 2013-08-03 19:18:46Z remy $
# Maintainer: Rémy Oudompheng <remy@archlinux.org>
# Contributor: Firmicus <francois.archlinux.org>
# Contributor: bender02 at gmx dot com
pkgname=asymptote
-pkgver=2.23
+pkgver=2.24
pkgrel=1
pkgdesc="A vector graphics language (like metapost)"
arch=('i686' 'x86_64')
@@ -12,14 +12,15 @@ url="http://asymptote.sourceforge.net/"
license=("GPL3")
depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
makedepends=('ghostscript' 'imagemagick'
- 'mesa' # For OpenGL headers
+ 'mesa' # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
)
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=('c24de9766ae7195c1cda947f9d2ae07497a0af8f')
+sha1sums=('26dd0f4a36af0bc1d007d89ec7280ca55e9ed368')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"