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