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

Rémy Oudompheng remy at nymeria.archlinux.org
Mon Jun 3 15:58:06 UTC 2013


    Date: Monday, June 3, 2013 @ 17:58:06
  Author: remy
Revision: 187087

upgpkg: asymptote 2.23-1

Also fix FS#35338.

Modified:
  asymptote/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-03 15:21:50 UTC (rev 187086)
+++ PKGBUILD	2013-06-03 15:58:06 UTC (rev 187087)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.21
+pkgver=2.23
 pkgrel=1
 pkgdesc="A vector graphics language (like metapost)"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
             'tix:               for the xasy GUI')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
 install=texlive.install
-sha1sums=('946269c63b7aa3a7d2875f5faa8a0b8d3d36628c')
+sha1sums=('c24de9766ae7195c1cda947f9d2ae07497a0af8f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -27,7 +27,8 @@
   ./configure --enable-gc=/usr \
               --prefix=/usr \
               --with-latex=/usr/share/texmf/tex/latex \
-              --with-context=/usr/share/texmf/tex/context
+              --with-context=/usr/share/texmf/tex/context \
+              --enable-offscreen
   make all
 }
 




More information about the arch-commits mailing list