summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Cladera2016-09-29 12:52:53 -0300
committerFernando Cladera2016-09-29 12:52:53 -0300
commit2a94bcf6aa300de069fc7c8dd14c0b1e3814406c (patch)
treec7db2b41f99452ed6b815becbe699365d82fa604
parent60d5c7e23e8e348ea1ddad1f874e55c220210d2e (diff)
downloadaur-2a94bcf6aa300de069fc7c8dd14c0b1e3814406c.tar.gz
Add numpy version restriction
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b48ec3d8ee66..708f0def7e1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = noteshrink-git
pkgdesc = Convert scans of handwritten notes to beautiful, compact PDFs
pkgver = 0.1.r13.gfd645e9
- pkgrel = 1
+ pkgrel = 2
url = https://mzucker.github.io/2016/09/20/noteshrink.html
arch = any
license = MIT
depends = python
- depends = python-numpy
+ depends = python-numpy>=1.10
depends = python-scipy
depends = python-pillow
depends = imagemagick
diff --git a/PKGBUILD b/PKGBUILD
index 14fbcd18fae5..aa28168a4296 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=noteshrink-git
_pkgname=noteshrink
pkgver=0.1.r13.gfd645e9
-pkgrel=1
+pkgrel=2
pkgdesc="Convert scans of handwritten notes to beautiful, compact PDFs"
url='https://mzucker.github.io/2016/09/20/noteshrink.html'
arch=('any')
license=('MIT')
-depends=('python' 'python-numpy' 'python-scipy' 'python-pillow' 'imagemagick')
+depends=('python' 'python-numpy>=1.10' 'python-scipy' 'python-pillow' 'imagemagick')
conflicts=('noteshrink')
source=('git+http://github.com/mzucker/noteshrink.git')
md5sums=('SKIP')