summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2017-09-10 10:33:21 -0400
committerSean Enck2017-09-10 10:33:21 -0400
commit7b1a4037b659511ff3e733cb2244c39fd3c597e9 (patch)
tree068a9b9ee5e7aab5fb8161a96d265fc7b478ae18
parentfb72073b6b8c377dc6c2d2a4844d1715c464504a (diff)
downloadaur-7b1a4037b659511ff3e733cb2244c39fd3c597e9.tar.gz
new version release (1.3.2)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d12bd76b513..bcaba8aa23ad 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.3.1
+ pkgver = 1.3.2
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.3.1.tar.gz
- md5sums = dcadbe16ba851b0c893925ff6a802922
+ source = https://github.com/enckse/pyxstitch/archive/v1.3.2.tar.gz
+ md5sums = ac88f541a275603c0621d7b001548764
pkgname = python-pyxstitch
diff --git a/PKGBUILD b/PKGBUILD
index f6425b2b3cfc..d0e357296242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyxstitch
pkgname=python-$_name
-pkgver=1.3.1
+pkgver=1.3.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-webcolors' 'python-pillow' 'python-pygments')
source=("https://github.com/enckse/$_name/archive/v$pkgver.tar.gz")
-md5sums=('dcadbe16ba851b0c893925ff6a802922')
+md5sums=('ac88f541a275603c0621d7b001548764')
package() {
cd "$srcdir/$_name-$pkgver"