summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af1da9214abb..27b13ec653eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-rawpy
pkgdesc = Python wrapper for the LibRaw library
pkgver = 0.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/rawpy
arch = any
license = MIT License
depends = python
depends = libraw
+ depends = python-numpy
source = https://codeload.github.com/letmaik/rawpy/tar.gz/v0.10.1
sha256sums = 62454597ae36e3ae91219775ff7323aa508afe451b7a48740c8720a6a5e9fd4b
diff --git a/PKGBUILD b/PKGBUILD
index cac48c0d8646..fd5a2a1533e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgbase=python-rawpy
pkgname=('python-rawpy' 'python2-rawpy')
pkgver=0.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python wrapper for the LibRaw library"
arch=(any)
license=('MIT License')
url="https://pypi.python.org/pypi/rawpy"
-depends=('python' 'libraw' )
+depends=('python' 'libraw' 'python-numpy')
source=("https://codeload.github.com/letmaik/rawpy/tar.gz/v0.10.1")
sha256sums=('62454597ae36e3ae91219775ff7323aa508afe451b7a48740c8720a6a5e9fd4b')