summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormajor2020-03-08 12:14:27 +0000
committermajor2020-03-08 12:14:27 +0000
commitc5e0e237c141d04ed3cb96d7b57e8f5357bf2078 (patch)
tree869e01a71bb547d14443a892c50345aba3660455
parentec8d661698abcad90530223ee4c826c458be6bed (diff)
downloadaur-c5e0e237c141d04ed3cb96d7b57e8f5357bf2078.tar.gz
updated verion to 1.10.0, removed patches because they are included
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 8 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37080a1f9252..f70cccec3a32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pcl
pkgdesc = A comprehensive open source library for n-D Point Clouds and 3D geometry processing
- pkgver = 1.9.1
- pkgrel = 4
+ pkgver = 1.10.0
+ pkgrel = 1
url = http://www.pointclouds.org
arch = x86_64
arch = i686
@@ -28,12 +28,8 @@ pkgbase = pcl
optdepends = cuda
optdepends = openni2
optdepends = python-sphinx
- source = pcl-1.9.1.tar.gz::https://github.com/PointCloudLibrary/pcl/archive/pcl-1.9.1.tar.gz
- source = https://github.com/PointCloudLibrary/pcl/commit/dbadf4143bdc503203da0d87a786752a60d29e76.patch
- source = https://github.com/PointCloudLibrary/pcl/commit/9f7a246f962aa26740b8ded6f45e8a8ae944d588.patch
- sha256sums = 0add34d53cd27f8c468a59b8e931a636ad3174b60581c0387abb98a9fc9cddb6
- sha256sums = 1336a5f376ee1791bde5167ff9507883a9c167f04e0e776a1d884c98fd0db12d
- sha256sums = d046674b4217a19d61a69ef6fe7f1476eae33216a2bee5d27feaa02b916e29af
+ source = pcl-1.10.0.tar.gz::https://github.com/PointCloudLibrary/pcl/archive/pcl-1.10.0.tar.gz
+ sha256sums = dd24f93967ba9512a02d6fa15855084a45deb4cd6f3662f22afbbf0d65978d20
pkgname = pcl
diff --git a/PKGBUILD b/PKGBUILD
index 0a681c5342b6..5c450bc13982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# Contributor: ZiXiS
pkgname=pcl
-pkgver=1.9.1
-pkgrel=4
+pkgver=1.10.0
+pkgrel=1
pkgdesc="A comprehensive open source library for n-D Point Clouds and 3D geometry processing"
arch=('x86_64' 'i686')
url='http://www.pointclouds.org'
@@ -18,20 +18,9 @@ depends=('boost' 'eigen' 'flann' 'vtk' 'qhull' 'qt5-base' 'glu' 'qt5-webkit'
'openmpi' 'python' 'libxt' 'libharu' 'proj' 'glew' 'netcdf' 'libusb')
makedepends=('cmake' 'gl2ps' 'python')
optdepends=('cuda' 'openni2' 'python-sphinx')
-source=("pcl-${pkgver}.tar.gz"::"https://github.com/PointCloudLibrary/pcl/archive/pcl-${pkgver}.tar.gz"
- "https://github.com/PointCloudLibrary/pcl/commit/dbadf4143bdc503203da0d87a786752a60d29e76.patch"
- "https://github.com/PointCloudLibrary/pcl/commit/9f7a246f962aa26740b8ded6f45e8a8ae944d588.patch")
-
-sha256sums=('0add34d53cd27f8c468a59b8e931a636ad3174b60581c0387abb98a9fc9cddb6'
- '1336a5f376ee1791bde5167ff9507883a9c167f04e0e776a1d884c98fd0db12d'
- 'd046674b4217a19d61a69ef6fe7f1476eae33216a2bee5d27feaa02b916e29af')
-
-prepare() {
- cd ${srcdir}/pcl-pcl-${pkgver}
- patch -Np1 -i "${srcdir}/9f7a246f962aa26740b8ded6f45e8a8ae944d588.patch"
- patch -Np1 -i "${srcdir}/dbadf4143bdc503203da0d87a786752a60d29e76.patch"
-}
+source=("pcl-${pkgver}.tar.gz"::"https://github.com/PointCloudLibrary/pcl/archive/pcl-${pkgver}.tar.gz")
+sha256sums=('dd24f93967ba9512a02d6fa15855084a45deb4cd6f3662f22afbbf0d65978d20' )
build() {
# Create build directory