summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Mildenberger2015-09-22 22:51:10 +0200
committerPhilipp Mildenberger2015-09-22 22:51:10 +0200
commitf666fd4498a15b8d17583905836d84ea9fc72d13 (patch)
tree066b0e6d9721803dc490c5b962bdce3347ea8382
parent0f20c41f090db862ee62d1f5bb0714c1d12caa0c (diff)
downloadaur-f666fd4498a15b8d17583905836d84ea9fc72d13.tar.gz
updated to version 4.1
-rw-r--r--PKGBUILD6
-rw-r--r--doc-install.patch4
2 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a84c58f09abf..e49d39b26d54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_build_doc=ON
_build_apps=ON
pkgname=openmesh
-pkgver=4.0
+pkgver=4.1
pkgrel=1
pkgdesc="A generic and efficient data structure for representing and manipulating polygonal meshes"
arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@ optdepends=('qt4: for using included applications' )
install=openmesh.install
source=("${pkgname}-${pkgver}.tar.bz2::http://www.openmesh.org/media/Releases/${pkgver}/OpenMesh-${pkgver}.tar.bz2"
doc-install.patch)
-md5sums=('04b750d4a627fd6e2e35bf35ddb99f56'
- '48c7315cf85af078ab3160b1ac39d6df')
+md5sums=('d7b22b7f8a9c24391f70def92dc53751'
+ '6fb487cd645be82f1d5de600d439dfdf')
if [[ "${_build_doc}" == "ON" && "${_build_apps}" == "ON" ]]; then
makedepends=('cmake' 'qt4' 'graphviz' 'doxygen')
diff --git a/doc-install.patch b/doc-install.patch
index b8dd8f87b73f..646ca912da2f 100644
--- a/doc-install.patch
+++ b/doc-install.patch
@@ -1,5 +1,5 @@
---- OpenMesh-4.0/Doc/CMakeLists.txt.orig 2015-07-23 20:32:21.999279134 +0200
-+++ OpenMesh-4.0/Doc/CMakeLists.txt 2015-07-23 20:34:36.777897182 +0200
+--- OpenMesh-4.1/Doc/CMakeLists.txt.orig 2015-07-23 20:32:21.999279134 +0200
++++ OpenMesh-4.1/Doc/CMakeLists.txt 2015-07-23 20:34:36.777897182 +0200
@@ -2,14 +2,12 @@
IF (DOXYGEN_FOUND)