summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2017-12-09 11:54:54 -0500
committerSean Enck2017-12-09 11:54:54 -0500
commit93371e4e25828ad7d7f1dc76f15e287ffdf9b160 (patch)
tree03b026605089e8d6718f1e2d00b710a720e9a05f
parent8faef0a05b511e7db088df19d58c7c86873d96ac (diff)
downloadaur-93371e4e25828ad7d7f1dc76f15e287ffdf9b160.tar.gz
updated to version 1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd01cb6242cc..4a87a49b3aa6 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.5.2
+ pkgver = 1.6.0
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.5.2.tar.gz
- md5sums = 8ec119eb778bf8584e72e3b17394597a
+ source = https://github.com/enckse/pyxstitch/archive/v1.6.0.tar.gz
+ md5sums = 74e1e9bc080c61001f10de5884b85334
pkgname = python-pyxstitch
diff --git a/PKGBUILD b/PKGBUILD
index d7cb58ff9c03..3f25e215334f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyxstitch
pkgname=python-$_name
-pkgver=1.5.2
+pkgver=1.6.0
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=('8ec119eb778bf8584e72e3b17394597a')
+md5sums=('74e1e9bc080c61001f10de5884b85334')
package() {
cd "$srcdir/$_name-$pkgver"