summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Cladera2016-10-17 16:33:00 -0300
committerFernando Cladera2016-10-17 16:33:00 -0300
commitfc9b24338c6a5e92307e8327ee37d4295c780db2 (patch)
treececf3b7a591d39e8c58594b466e89b96ff2d47e9
parent2a94bcf6aa300de069fc7c8dd14c0b1e3814406c (diff)
downloadaur-fc9b24338c6a5e92307e8327ee37d4295c780db2.tar.gz
Updated makedepends with python-setuptools
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 708f0def7e1c..061093a994b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = noteshrink-git
pkgdesc = Convert scans of handwritten notes to beautiful, compact PDFs
- pkgver = 0.1.r13.gfd645e9
- pkgrel = 2
+ pkgver = 0.1.1.r0.g7d876e5
+ pkgrel = 1
url = https://mzucker.github.io/2016/09/20/noteshrink.html
arch = any
license = MIT
- depends = python
+ makedepends = python-setuptools
depends = python-numpy>=1.10
depends = python-scipy
depends = python-pillow
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')