summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Cladera2016-10-17 16:27:47 -0300
committerFernando Cladera2016-10-17 16:27:47 -0300
commitda62923e12924721051639432e0d386c5bb0c25b (patch)
tree53ded0a6419dd8a734bba3277aa359746b433273
parent25a263293261894d3b0de9ede0e2433f32db7229 (diff)
downloadaur-da62923e12924721051639432e0d386c5bb0c25b.tar.gz
Updated makedepends dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd53b82e119c..fd6bffd70e4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = noteshrink
pkgdesc = Convert scans of handwritten notes to beautiful, compact PDFs
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://mzucker.github.io/2016/09/20/noteshrink.html
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python-numpy>=1.10
depends = python-scipy
depends = python-pillow
diff --git a/PKGBUILD b/PKGBUILD
index 5515cf53d86e..b4346b633c99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Fernando Cladera <fcladera [at] fcladera [dot] com>
+# Contributor: Tristelune <tristelune [at] archlinux.info>
pkgname=noteshrink
pkgver=0.1.1
-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-numpy>=1.10' 'python-scipy' 'python-pillow' 'imagemagick')
+makedepends=('python-setuptools')
conflicts=('noteshrink-git')
source=('https://pypi.python.org/packages/13/a3/95c92cd5c250d3eb21ced23d1a7d1dabb1546e565fa4cdeaa72586ef871e/'$pkgname'-'$pkgver'.tar.gz')
md5sums=('15dbdce38252e2209161cf415c3842f8')