summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2018-03-22 15:17:36 -0400
committerSean Enck2018-03-22 15:17:36 -0400
commit2b85fee10e625339ed570d2b31520af086143d0f (patch)
tree1439aca7f83f25aa3872333890a116719a482fef
parent4bca5b58c0739225bdf305b00d95ac2f3233205c (diff)
downloadaur-2b85fee10e625339ed570d2b31520af086143d0f.tar.gz
require setuptools
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d6aa14fec85..db697881fbca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-pyxstitch
pkgdesc = takes source code files and produces syntax-highlighted patterns for cross stitching.
pkgver = 1.7.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/enckse/pyxstitch
arch = any
license = MIT
depends = python
depends = python-pillow
+ depends = python-setuptools
depends = python-pygments
optdepends = bash-completion: for bash completions
source = https://pypi.python.org/packages/76/6d/3a3aef1df4d4493e7ca0caac1baa7b8f88d3c2d16e47a8dbc27c098c6f0b/pyxstitch-1.7.5.tar.gz#md5=ddbd4b9af33c8928d485a40991503e10
diff --git a/PKGBUILD b/PKGBUILD
index c40e6f698edf..01a645df5dda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_name=pyxstitch
pkgname=python-$_name
pkgver=1.7.5
-pkgrel=2
+pkgrel=3
pkgdesc="takes source code files and produces syntax-highlighted patterns for cross stitching."
arch=("any")
url="https://github.com/enckse/$_name"
license=('MIT')
-depends=('python' 'python-pillow' 'python-pygments')
+depends=('python' 'python-pillow' 'python-setuptools' 'python-pygments')
optdepends=("bash-completion: for bash completions")
_md5='ddbd4b9af33c8928d485a40991503e10'
_rawcontent="https://raw.githubusercontent.com/enckse/$_name/v$pkgver/"