summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2017-10-02 15:27:40 -0400
committerSean Enck2017-10-02 15:27:40 -0400
commitf88929d977d9f3aafe3fd5252117e530445c273b (patch)
treeb3bed186a5b77fc05456251f944545c620ee0983
parenta255b9457756ffb3d62608a1286cfe7b8a84e3ee (diff)
downloadaur-f88929d977d9f3aafe3fd5252117e530445c273b.tar.gz
updated for new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c4e76adfa2a..31f81e15284d 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.0
+ pkgver = 1.4.1
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.0.tar.gz
- md5sums = 1d48b10c8f4650481485108203865306
+ source = https://github.com/enckse/pyxstitch/archive/v1.4.1.tar.gz
+ md5sums = 1422a4c7fb4b59cdf76a5372ef5cf35d
pkgname = python-pyxstitch
diff --git a/PKGBUILD b/PKGBUILD
index f4928e2dccc4..df974a6216e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyxstitch
pkgname=python-$_name
-pkgver=1.4.0
+pkgver=1.4.1
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=('1d48b10c8f4650481485108203865306')
+md5sums=('1422a4c7fb4b59cdf76a5372ef5cf35d')
package() {
cd "$srcdir/$_name-$pkgver"