summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormajor major2019-12-15 14:11:11 +0100
committermajor major2019-12-15 14:11:11 +0100
commitec8d661698abcad90530223ee4c826c458be6bed (patch)
tree4f47aad1bbcf117e491ae7d58f4a7e74a8aea1e0
parent1a70312f8721c88a913b0e630636b25edc15df8b (diff)
downloadaur-ec8d661698abcad90530223ee4c826c458be6bed.tar.gz
replaced python2-sphinx with python-sphinx in dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6acc2f3e832..37080a1f9252 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,7 +27,7 @@ pkgbase = pcl
depends = libusb
optdepends = cuda
optdepends = openni2
- optdepends = python2-sphinx
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index f0ef78f20bf6..0a681c5342b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ license=('BSD')
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' 'python2-sphinx')
+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")