summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFernando Cladera2016-10-17 16:33:00 -0300
committerFernando Cladera2016-10-17 16:33:00 -0300
commitfc9b24338c6a5e92307e8327ee37d4295c780db2 (patch)
treececf3b7a591d39e8c58594b466e89b96ff2d47e9 /PKGBUILD
parent2a94bcf6aa300de069fc7c8dd14c0b1e3814406c (diff)
downloadaur-fc9b24338c6a5e92307e8327ee37d4295c780db2.tar.gz
Updated makedepends with python-setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa28168a4296..cef9e4b2329e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Fernando Cladera <fcladera [at] fcladera [dot] com>
+# Contributor: Tristelune <tristelune [at] archlinux.info>
pkgname=noteshrink-git
_pkgname=noteshrink
-pkgver=0.1.r13.gfd645e9
-pkgrel=2
+pkgver=0.1.1.r0.g7d876e5
+pkgrel=1
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>=1.10' 'python-scipy' 'python-pillow' 'imagemagick')
+depends=('python-numpy>=1.10' 'python-scipy' 'python-pillow' 'imagemagick')
+makedepends=('python-setuptools')
conflicts=('noteshrink')
source=('git+http://github.com/mzucker/noteshrink.git')
md5sums=('SKIP')