summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2018-01-05 14:22:55 -0500
committerSean Enck2018-01-05 14:22:55 -0500
commit719dbcde311a0bf85647d6d343dd5e8f44ee2746 (patch)
tree47c9f0eede2096bd22b428d8c24a5300525c68a2
parentc1530cd0f2cdb3be98ed74c69b5075dafe971251 (diff)
downloadaur-719dbcde311a0bf85647d6d343dd5e8f44ee2746.tar.gz
updated version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f71b37d294a7..bfa82c67b4a1 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.7.0
+ pkgver = 1.7.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.7.0.tar.gz
- md5sums = 6fc3a4ca7677b4971f1db65e1196e527
+ source = https://github.com/enckse/pyxstitch/archive/v1.7.2.tar.gz
+ md5sums = 699d1803b8b19c99f274286469dee453
pkgname = python-pyxstitch
diff --git a/PKGBUILD b/PKGBUILD
index a1b0622575cc..47b343a35322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sean Enck <enckse@gmail.com>
_name=pyxstitch
pkgname=python-$_name
-pkgver=1.7.0
+pkgver=1.7.2
pkgrel=1
pkgdesc="takes source code files and produces syntax-highlighted patterns for cross stitching."
arch=("any")
@@ -9,7 +9,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=('6fc3a4ca7677b4971f1db65e1196e527')
+md5sums=('699d1803b8b19c99f274286469dee453')
package() {
cd "$srcdir/$_name-$pkgver"