diff options
author | root <root@rshg047.dnsready.net> | 2011-06-20 23:03:55 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-20 23:03:55 +0000 |
commit | f02c28de0bbcb85e152fc19d0008805021fe1a33 (patch) | |
tree | 0cb0a135fbbb06d2e31fe64ff2caad474dcc3813 /extra/asymptote | |
parent | 5457eacc747fc3f91e10a1f452230b1feac39eff (diff) |
Mon Jun 20 23:03:54 UTC 2011
Diffstat (limited to 'extra/asymptote')
-rw-r--r-- | extra/asymptote/PKGBUILD | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/extra/asymptote/PKGBUILD b/extra/asymptote/PKGBUILD index 57bc2bddd..d33875673 100644 --- a/extra/asymptote/PKGBUILD +++ b/extra/asymptote/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 110553 2011-02-19 22:20:32Z remy $ +# $Id: PKGBUILD 127783 2011-06-18 10:36:42Z remy $ # Maintainer: Rémy Oudompheng <remy@archlinux.org> # Contributor: Firmicus <francois.archlinux.org> # 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 @@ optdepends=('python2: for the xasy GUI' '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 @@ build() { --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 |