summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2020-05-08 07:21:39 -0500
committerkyechou2020-05-08 07:21:39 -0500
commitbc80e258a93dae315db81d3d22a052e86852b855 (patch)
tree434868c7718f99924ff1b9f60cf409e170510563
parent518384a6060e002e87fa75d96c17ca31dc35d526 (diff)
downloadaur-bc80e258a93dae315db81d3d22a052e86852b855.tar.gz
Add python-numpy as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f0ae3de767a..25553a8762dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-laspy
pkgdesc = A pythonic interface for .LAS LIDAR files matching specification 1.0-1.4
pkgver = 1.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/laspy/laspy
arch = any
license = custom
makedepends = git
makedepends = python-setuptools
depends = python
+ depends = python-numpy
source = https://github.com/laspy/laspy/archive/1.7.0.tar.gz
sha512sums = 8331ef5eccda67f29b5c013974390ce1ccebf44f7bda3f3683a97c4a0340b7b2ec0d9c205c6077a7bb40ebb2576a49b97b2a7c46f2f0c384b6ada4386f6c6c0b
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")