summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkyechou2020-05-08 07:21:39 -0500
committerkyechou2020-05-08 07:21:39 -0500
commitbc80e258a93dae315db81d3d22a052e86852b855 (patch)
tree434868c7718f99924ff1b9f60cf409e170510563 /PKGBUILD
parent518384a6060e002e87fa75d96c17ca31dc35d526 (diff)
downloadaur-bc80e258a93dae315db81d3d22a052e86852b855.tar.gz
Add python-numpy as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f830c4b442ea..260107d1591b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=python-laspy
pkgdesc="A pythonic interface for .LAS LIDAR files matching specification 1.0-1.4"
url="https://github.com/laspy/laspy"
pkgver=1.7.0
-pkgrel=1
+pkgrel=2
arch=('any')
-depends=('python')
+depends=('python' 'python-numpy')
makedepends=('git' 'python-setuptools') # 'python-six')
license=('custom')
source=("https://github.com/laspy/laspy/archive/${pkgver}.tar.gz")