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

Rémy Oudompheng remy at archlinux.org
Tue Oct 23 20:01:05 UTC 2012


    Date: Tuesday, October 23, 2012 @ 16:01:05
  Author: remy
Revision: 169578

upgpkg: asymptote 2.21-1

Upstream update (bugfix).

Modified:
  asymptote/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-23 19:27:38 UTC (rev 169577)
+++ PKGBUILD	2012-10-23 20:01:05 UTC (rev 169578)
@@ -4,20 +4,22 @@
 # 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}"




More information about the arch-commits mailing list