summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Mildenberger2016-03-15 22:23:03 +0100
committerPhilipp Mildenberger2016-03-15 22:23:03 +0100
commita1a38ed360926e2dac3de2a3e95879aa38e3931b (patch)
treea83ce2ecca73e1419bc4e1797476b7b1a18340ea
parent6f967e1a3aa4a69509e2d9d4d7e0fb16759e6115 (diff)
downloadaur-a1a38ed360926e2dac3de2a3e95879aa38e3931b.tar.gz
updated to version 5.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--doc-install.patch4
3 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 253b529663c1..d7f9e5f5cc3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.1
-# Tue Nov 24 14:41:13 UTC 2015
pkgbase = openmesh
pkgdesc = A generic and efficient data structure for representing and manipulating polygonal meshes
- pkgver = 5.0
+ pkgver = 5.1
pkgrel = 1
url = http://www.openmesh.org
install = openmesh.install
@@ -15,10 +13,10 @@ pkgbase = openmesh
makedepends = doxygen
depends = mesa
optdepends = qt4: for using included applications
- source = openmesh-5.0.tar.bz2::http://www.openmesh.org/media/Releases/5.0/OpenMesh-5.0.tar.bz2
+ source = openmesh-5.1.tar.bz2::http://www.openmesh.org/media/Releases/5.1/OpenMesh-5.1.tar.bz2
source = doc-install.patch
- md5sums = 8056f447bfc7dea43ceeca520d2ea8fb
- md5sums = 55235177896af7383b9c59596ea12234
+ md5sums = a3b9c1908dd762a0a66fad97135fdbb4
+ md5sums = 4a85342dd2c50d016177efa7dfb0039c
pkgname = openmesh
diff --git a/PKGBUILD b/PKGBUILD
index b04e65dc5fbc..9be76956b26b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_build_doc=ON
_build_apps=ON
pkgname=openmesh
-pkgver=5.0
+pkgver=5.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=('8056f447bfc7dea43ceeca520d2ea8fb'
- '55235177896af7383b9c59596ea12234')
+md5sums=('a3b9c1908dd762a0a66fad97135fdbb4'
+ '4a85342dd2c50d016177efa7dfb0039c')
if [[ "${_build_doc}" == "ON" && "${_build_apps}" == "ON" ]]; then
makedepends=('cmake' 'qt4' 'graphviz' 'doxygen')
diff --git a/doc-install.patch b/doc-install.patch
index dcb9baa77f72..1e5208b661f0 100644
--- a/doc-install.patch
+++ b/doc-install.patch
@@ -1,5 +1,5 @@
---- OpenMesh-5.0/Doc/CMakeLists.txt.orig 2015-07-23 20:32:21.999279134 +0200
-+++ OpenMesh-5.0/Doc/CMakeLists.txt 2015-07-23 20:34:36.777897182 +0200
+--- OpenMesh-5.1/Doc/CMakeLists.txt.orig 2015-07-23 20:32:21.999279134 +0200
++++ OpenMesh-5.1/Doc/CMakeLists.txt 2015-07-23 20:34:36.777897182 +0200
@@ -2,14 +2,12 @@
IF (DOXYGEN_FOUND)