summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-02-25 16:16:06 +0000
committerGrey Christoforo2017-02-25 16:16:06 +0000
commita21b530e8cdf68d149bf11795ddf5313003a7291 (patch)
tree1cc3449be21939a5c519cf2eb16d6ced33cdb020
parent0c0705acad3c0f98c25b5a1f990d26c6aeda0b83 (diff)
downloadaur-libarea-git.tar.gz
switch to oce
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 938dd1a43fa5..0af3dd7fb1d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Feb 20 17:53:39 UTC 2017
+# Sat Feb 25 16:15:40 UTC 2017
pkgbase = libarea-git
pkgdesc = Library and python module for pocketing and profiling operations
pkgver = 120.f1986ac
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/Heeks/libarea
arch = x86_64
license = custom:BSD3
makedepends = git
makedepends = cmake
depends = python
- depends = opencascade
+ depends = oce
depends = boost
provides = libarea
source = git://github.com/Heeks/libarea.git
diff --git a/PKGBUILD b/PKGBUILD
index b31c30c73292..06e772ae416c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=libarea-git
pkgver=120.f1986ac
-pkgrel=5
+pkgrel=6
pkgdesc="Library and python module for pocketing and profiling operations"
arch=('x86_64')
provides=('libarea')
url="https://github.com/Heeks/libarea"
license=('custom:BSD3')
-depends=('python' 'opencascade' 'boost')
+depends=('python' 'oce' 'boost')
makedepends=('git' 'cmake')
source=('git://github.com/Heeks/libarea.git')
md5sums=('SKIP')
@@ -27,11 +27,11 @@ prepare() {
build() {
msg "Starting build..."
- export CASROOT=/opt/opencascade
cd libarea
mkdir -p build
cd build
- cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
+ export OCE_DIR="/opt/oce/lib/oce-0.18"
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
}
package() {