summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2017-10-07 08:25:17 -0400
committerSean Enck2017-10-07 08:25:17 -0400
commitbee3657f098ec48d14fb638dacd47bb57b106a61 (patch)
treecc82f1786b007c3828d0058b7b73d8d5c5651acd
parentf88929d977d9f3aafe3fd5252117e530445c273b (diff)
downloadaur-bee3657f098ec48d14fb638dacd47bb57b106a61.tar.gz
1.4.2 released
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31f81e15284d..b620c3871dfe 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.1
+ pkgver = 1.4.2
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.1.tar.gz
- md5sums = 1422a4c7fb4b59cdf76a5372ef5cf35d
+ source = https://github.com/enckse/pyxstitch/archive/v1.4.2.tar.gz
+ md5sums = 18ca8796165265f8ef78021e32076f99
pkgname = python-pyxstitch
diff --git a/PKGBUILD b/PKGBUILD
index df974a6216e6..17ce4a26a05b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyxstitch
pkgname=python-$_name
-pkgver=1.4.1
+pkgver=1.4.2
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=('1422a4c7fb4b59cdf76a5372ef5cf35d')
+md5sums=('18ca8796165265f8ef78021e32076f99')
package() {
cd "$srcdir/$_name-$pkgver"