summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2017-09-18 19:06:19 -0400
committerSean Enck2017-09-18 19:06:19 -0400
commita255b9457756ffb3d62608a1286cfe7b8a84e3ee (patch)
treebc58936abcde30c3b73cb376045101509b53ad4d
parent7b1a4037b659511ff3e733cb2244c39fd3c597e9 (diff)
downloadaur-a255b9457756ffb3d62608a1286cfe7b8a84e3ee.tar.gz
new version - 1.4.0, drop webcolors dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcaba8aa23ad..2c4e76adfa2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = python-pyxstitch
pkgdesc = takes source code files and produces syntax-highlighted patterns for cross stitching.
- pkgver = 1.3.2
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/enckse/pyxstitch
arch = any
license = MIT
depends = python
- depends = python-webcolors
depends = python-pillow
depends = python-pygments
- source = https://github.com/enckse/pyxstitch/archive/v1.3.2.tar.gz
- md5sums = ac88f541a275603c0621d7b001548764
+ source = https://github.com/enckse/pyxstitch/archive/v1.4.0.tar.gz
+ md5sums = 1d48b10c8f4650481485108203865306
pkgname = python-pyxstitch
diff --git a/PKGBUILD b/PKGBUILD
index d0e357296242..f4928e2dccc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_name=pyxstitch
pkgname=python-$_name
-pkgver=1.3.2
+pkgver=1.4.0
pkgrel=1
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-webcolors' 'python-pillow' 'python-pygments')
+depends=('python' 'python-pillow' 'python-pygments')
source=("https://github.com/enckse/$_name/archive/v$pkgver.tar.gz")
-md5sums=('ac88f541a275603c0621d7b001548764')
+md5sums=('1d48b10c8f4650481485108203865306')
package() {
cd "$srcdir/$_name-$pkgver"