summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2017-08-30 12:28:41 -0400
committerSean Enck2017-08-30 12:28:41 -0400
commit2131891f47eab42487139a024ccd606f47393165 (patch)
tree3e43c8f36c395da831bf60883ffd943737bbdd0b
parent2c734e583403c7ce066346bcf93111417ea5cf97 (diff)
downloadaur-2131891f47eab42487139a024ccd606f47393165.tar.gz
updated to new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34599e9c0c04..ae27d4fa07d9 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.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/enckse/pyxstitch
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pyxstitch
depends = python-webcolors
depends = python-pillow
depends = python-pygments
- source = https://github.com/enckse/pyxstitch/archive/v1.1.0.tar.gz
- md5sums = 7f9ff6ffd6bbfec2d58d0c267c3b99f5
+ source = https://github.com/enckse/pyxstitch/archive/v1.2.0.tar.gz
+ md5sums = bfb60ce2e0492c77ccfbd12b9c375de4
pkgname = python-pyxstitch
diff --git a/PKGBUILD b/PKGBUILD
index 592dea103194..664070fa2ac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyxstitch
pkgname=python-$_name
-pkgver=1.1.0
+pkgver=1.2.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-webcolors' 'python-pillow' 'python-pygments')
source=("https://github.com/enckse/$_name/archive/v$pkgver.tar.gz")
-md5sums=('7f9ff6ffd6bbfec2d58d0c267c3b99f5')
+md5sums=('bfb60ce2e0492c77ccfbd12b9c375de4')
package() {
cd "$srcdir/$_name-$pkgver"