summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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')