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

Rémy Oudompheng remy at archlinux.org
Sat Jun 18 10:36:42 UTC 2011


    Date: Saturday, June 18, 2011 @ 06:36:42
  Author: remy
Revision: 127783

upgpkg: asymptote 2.11-1
Upstream update

Modified:
  asymptote/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-18 10:17:41 UTC (rev 127782)
+++ PKGBUILD	2011-06-18 10:36:42 UTC (rev 127783)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.08
+pkgver=2.11
 pkgrel=1
 pkgdesc="A vector graphics language (like metapost)"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
             'tix:               for the xasy GUI')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
 install=texlive.install
-sha1sums=(6b81336727458f7fdcc3db972f1e63b3bfc1a93b)
+sha1sums=('fde16f05bddb9e86a4dd05f25369f35c771fb84b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -28,6 +28,12 @@
               --with-context=/usr/share/texmf/tex/context
   make all
 }
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check-all
+}
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install-all




More information about the arch-commits mailing list