diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-04 12:06:33 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-04 12:06:33 +0200 |
commit | 5bf75e7deb360f16492d76497a650e67ad09459d (patch) | |
tree | 8b08c4cba09ff7619de498fde82953552de70f37 /extra | |
parent | cb50c03eae9d9837f971d92adf596fa9e614086d (diff) | |
parent | e88029ce7aca147fa158866a25841033adc244f2 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Diffstat (limited to 'extra')
-rw-r--r-- | extra/asymptote/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/asymptote/PKGBUILD b/extra/asymptote/PKGBUILD index ee4b8ed79..b6fe3765c 100644 --- a/extra/asymptote/PKGBUILD +++ b/extra/asymptote/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 187088 2013-06-03 15:58:10Z remy $ +# $Id: PKGBUILD 191983 2013-08-03 19:18:46Z remy $ # Maintainer: Rémy Oudompheng <remy@archlinux.org> # Contributor: Firmicus <francois.archlinux.org> # Contributor: bender02 at gmx dot com pkgname=asymptote -pkgver=2.23 +pkgver=2.24 pkgrel=1 pkgdesc="A vector graphics language (like metapost)" arch=('i686' 'x86_64' 'mips64el') @@ -12,14 +12,15 @@ url="http://asymptote.sourceforge.net/" license=("GPL3") depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv') makedepends=('ghostscript' 'imagemagick' - 'mesa' # For OpenGL headers + 'mesa' # For OpenGL headers + 'texlive-plainextra' # For texinfo ) 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=('c24de9766ae7195c1cda947f9d2ae07497a0af8f') +sha1sums=('26dd0f4a36af0bc1d007d89ec7280ca55e9ed368') build() { cd "${srcdir}/${pkgname}-${pkgver}" |