summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2017-10-22 09:12:26 -0400
committerSean Enck2017-10-22 09:12:26 -0400
commitdc2b1ae00ba071e41e71814911e52f0a249c88eb (patch)
treed0683d30712eb9e2f762d80a726da84e007675cf
parentbee3657f098ec48d14fb638dacd47bb57b106a61 (diff)
downloadaur-dc2b1ae00ba071e41e71814911e52f0a249c88eb.tar.gz
new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b620c3871dfe..79cf6ab7b5df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyxstitch
pkgdesc = takes source code files and produces syntax-highlighted patterns for cross stitching.
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/enckse/pyxstitch
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-pyxstitch
depends = python
depends = python-pillow
depends = python-pygments
- source = https://github.com/enckse/pyxstitch/archive/v1.4.2.tar.gz
- md5sums = 18ca8796165265f8ef78021e32076f99
+ source = https://github.com/enckse/pyxstitch/archive/v1.4.3.tar.gz
+ md5sums = 1f3ea9d0cfa8d7cbaafc113434064e55
pkgname = python-pyxstitch
diff --git a/PKGBUILD b/PKGBUILD
index 17ce4a26a05b..29338d5bf3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyxstitch
pkgname=python-$_name
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="takes source code files and produces syntax-highlighted patterns for cross stitching."
arch=("any")
@@ -10,7 +10,7 @@ url="https://github.com/enckse/$_name"
license=('MIT')
depends=('python' 'python-pillow' 'python-pygments')
source=("https://github.com/enckse/$_name/archive/v$pkgver.tar.gz")
-md5sums=('18ca8796165265f8ef78021e32076f99')
+md5sums=('1f3ea9d0cfa8d7cbaafc113434064e55')
package() {
cd "$srcdir/$_name-$pkgver"