summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhirui Dai2023-08-08 11:31:16 -0700
committerZhirui Dai2023-08-08 11:31:16 -0700
commit0aec8d137e3a45181e917c8d7f1c3ff149dba9ca (patch)
tree0047644517917581a10b3cb20b5c6dc0efab7de8 /PKGBUILD
parentfae766676d8c7332bda6076c556c4fddc71bec0a (diff)
downloadaur-0aec8d137e3a45181e917c8d7f1c3ff149dba9ca.tar.gz
update dependencies and the patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86a44bcf4506..ddf09815134d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: lubosz
pkgname=pcl-git
-pkgver=r14183.de6d7151d
+pkgver=r14187.4bdf8d9f0
pkgrel=1
pkgdesc="a standalone, large scale, open project for 2D/3D image and point cloud processing"
arch=(i686 x86_64)
@@ -41,6 +41,9 @@ depends=(
cli11
utf8cpp
nlohmann-json
+ openni2
+ ensenso-sdk
+ postgresql
)
makedepends=(cmake git)
source=(git+https://github.com/PointCloudLibrary/pcl GNU13-Eigen3.4.90.patch)