diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-12 03:59:45 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-12 03:59:45 +0000 |
commit | d8679f0250762892ab1e1a6d71badc2e9d42a526 (patch) | |
tree | 2c5893ffb5a88532e043973210221d10ce07f808 /community/cgal/PKGBUILD | |
parent | 10cc2a54e50ad4aeffd7152937670c8673a096f9 (diff) |
Sat Apr 12 03:57:05 UTC 2014
Diffstat (limited to 'community/cgal/PKGBUILD')
-rw-r--r-- | community/cgal/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/cgal/PKGBUILD b/community/cgal/PKGBUILD index eba147901..8d52d7a1c 100644 --- a/community/cgal/PKGBUILD +++ b/community/cgal/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 105550 2014-02-10 04:57:25Z kkeen $ +# $Id: PKGBUILD 109148 2014-04-10 21:03:32Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Dmitriy Morozov <foxcub> pkgname=cgal -pkgver=4.3 -pkgrel=2 -_pkgid=32995 +pkgver=4.4 +pkgrel=1 +_pkgid=33526 pkgdesc="Computational Geometry Algorithms Library" arch=('i686' 'x86_64') url="http://www.cgal.org" @@ -15,7 +15,7 @@ depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu') optdepends=('qt4: for CGAL_Qt4' 'eigen: for some packages, see the CGAL manual') makedepends=('cmake' 'qt4' 'eigen' 'boost') -md5sums=('c0af5e3a56300b0c92ebd3a1f0df9149') +md5sums=('72b1a7b8342cdb06882b5466155ecea4') # consider building with swig for python stuff @@ -36,3 +36,4 @@ package() { install -D -m644 "$srcdir/CGAL-$pkgver/$_license" "$pkgdir/usr/share/licenses/$pkgname/$_license" done } + |