summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Mildenberger2016-12-05 22:13:54 +0000
committerPhilipp Mildenberger2016-12-05 22:13:54 +0000
commit608b5206bc5f78dc93d452601c6e0bcf7583b310 (patch)
treefddbb7fcde08d4262194c67bb54675e25263dd1c
parent0aa4a1105ed5b59f2870739a0903e48020ee8a27 (diff)
downloadaur-608b5206bc5f78dc93d452601c6e0bcf7583b310.tar.gz
updated to version 6.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--doc-install.patch4
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5728fa379bd4..5642cf2ae2e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.1
-# Tue Aug 16 20:53:15 UTC 2016
+# Mon Dec 5 22:10:44 UTC 2016
pkgbase = openmesh
pkgdesc = A generic and efficient data structure for representing and manipulating polygonal meshes
- pkgver = 6.2
+ pkgver = 6.3
pkgrel = 1
url = http://www.openmesh.org
install = openmesh.install
@@ -15,10 +15,10 @@ pkgbase = openmesh
makedepends = doxygen
depends = mesa
optdepends = qt4: for using included applications
- source = openmesh-6.2.tar.bz2::http://www.openmesh.org/media/Releases/6.2/OpenMesh-6.2.tar.bz2
+ source = openmesh-6.3.tar.bz2::http://www.openmesh.org/media/Releases/6.3/OpenMesh-6.3.tar.bz2
source = doc-install.patch
- md5sums = 6297105b2c6f74d21e1d6244fbf651ab
- md5sums = 451950dabec420fedd596fc740aa0c8f
+ md5sums = 07a301c8a5f5649de6f19cbe83762cb3
+ md5sums = 25554594b88aada3219f3c233e80eb9b
pkgname = openmesh
diff --git a/PKGBUILD b/PKGBUILD
index ef8851365ecb..de1ffdbb868b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_build_doc=ON
_build_apps=ON
pkgname=openmesh
-pkgver=6.2
+pkgver=6.3
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=('6297105b2c6f74d21e1d6244fbf651ab'
- '451950dabec420fedd596fc740aa0c8f')
+md5sums=('07a301c8a5f5649de6f19cbe83762cb3'
+ '25554594b88aada3219f3c233e80eb9b')
if [[ "${_build_doc}" == "ON" && "${_build_apps}" == "ON" ]]; then
makedepends=('cmake' 'qt4' 'graphviz' 'doxygen')
diff --git a/doc-install.patch b/doc-install.patch
index fd0722863e13..9d3a184676f7 100644
--- a/doc-install.patch
+++ b/doc-install.patch
@@ -1,5 +1,5 @@
---- OpenMesh-6.2/Doc/CMakeLists.txt.orig 2015-07-23 20:32:21.999279134 +0200
-+++ OpenMesh-6.2/Doc/CMakeLists.txt 2015-07-23 20:34:36.777897182 +0200
+--- OpenMesh-6.3/Doc/CMakeLists.txt.orig 2016-10-23 20:32:21.999279134 +0200
++++ OpenMesh-6.3/Doc/CMakeLists.txt 2016-10-23 20:34:36.777897182 +0200
@@ -2,14 +2,12 @@
IF (DOXYGEN_FOUND)