summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Riva2017-10-11 21:54:09 +0200
committerSimone Riva2017-10-11 21:54:09 +0200
commitf2ecab83d5f513f80b7a7a95f34f6ccb12f5cf56 (patch)
tree271f04160b0356450d746014a02645a9806f27da
parent95d63a3d8ef9e6a6e5f186b8244f04ba4e6a5856 (diff)
downloadaur-f2ecab83d5f513f80b7a7a95f34f6ccb12f5cf56.tar.gz
0.10.1-2
-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')