summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d97bc0f9ece3..d80d1d24086c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: foxcub <archlinux "at" foxcub {dot} org>
# Contributor: calegria <calegria "at" gmail {dot} com>
pkgname=cgal-ipelets
-pkgver=4.14
+pkgver=4.14.2
pkgrel=2
-_ipever=7.2.13
+_ipever=7.2.15
pkgdesc="Ipelets from CGAL"
arch=('i686' 'x86_64')
url="http://www.cgal.org"
@@ -11,7 +11,6 @@ source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-${pkgver}
depends=('cgal' 'ipe')
makedepends=('cmake' 'boost' 'cgal' 'ipe' 'eigen')
license=('GPL')
-md5sums=('5bc27f6579a5126e5ce8a3076cacd12d')
build() {
cd "$srcdir/CGAL-$pkgver/demo/CGAL_ipelets"
@@ -26,3 +25,4 @@ package() {
cp "$srcdir/CGAL-$pkgver/demo/CGAL_ipelets/build/"*.so "$pkgdir/usr/lib/ipe/$_ipever/ipelets/"
cp "$srcdir/CGAL-$pkgver/demo/CGAL_ipelets/lua/"* "$pkgdir/usr/lib/ipe/$_ipever/ipelets/"
}
+md5sums=('3e8ff310d55155a429d81fbf0278072e')