diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-24 10:38:51 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-24 10:38:51 -0500 |
commit | 525f7394f309fe74d74764b604fa886e88d3c102 (patch) | |
tree | 146ee8a84acbe0011c247b0278bf286af37d61b9 /extra/asymptote | |
parent | 89a9382e3851a12a973da2d255ebfbf654b6125e (diff) | |
parent | 7347bb994a41d021c83e97b503f577f2399302e7 (diff) |
Merge branch 'master' of vparabola:~/abslibre-pre-mips64el
Conflicts:
community-testing/collectd/PKGBUILD
community/ascii/PKGBUILD
extra/gnome-utils/PKGBUILD
extra/gtk2/PKGBUILD
extra/libmodplug/PKGBUILD
extra/mkvtoolnix/PKGBUILD
extra/rox/PKGBUILD
extra/totem/PKGBUILD
extra/xulrunner/PKGBUILD
kde-unstable/calligra/PKGBUILD
kde-unstable/soprano/PKGBUILD
multilib/lib32-gtk2/PKGBUILD
multilib/lib32-libcups/PKGBUILD
multilib/zsnes/PKGBUILD
testing/imagemagick/PKGBUILD
testing/perl-compress-bzip2/PKGBUILD
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 ab7e163df..70b5fd9cf 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' 'mips64el') @@ -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 |