summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2018-01-05 13:24:44 -0500
committerSean Enck2018-01-05 13:24:44 -0500
commitc1530cd0f2cdb3be98ed74c69b5075dafe971251 (patch)
tree061fcdc2fb806dc2ea14c22791b5534c01eba93b
parent93371e4e25828ad7d7f1dc76f15e287ffdf9b160 (diff)
downloadaur-c1530cd0f2cdb3be98ed74c69b5075dafe971251.tar.gz
updated version (1.7.0)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a87a49b3aa6..f71b37d294a7 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.6.0
+ pkgver = 1.7.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.6.0.tar.gz
- md5sums = 74e1e9bc080c61001f10de5884b85334
+ source = https://github.com/enckse/pyxstitch/archive/v1.7.0.tar.gz
+ md5sums = 6fc3a4ca7677b4971f1db65e1196e527
pkgname = python-pyxstitch
diff --git a/PKGBUILD b/PKGBUILD
index 3f25e215334f..a1b0622575cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: Sean Enck <enckse@gmail.com>
-
_name=pyxstitch
pkgname=python-$_name
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="takes source code files and produces syntax-highlighted patterns for cross stitching."
arch=("any")
@@ -10,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=('74e1e9bc080c61001f10de5884b85334')
+md5sums=('6fc3a4ca7677b4971f1db65e1196e527')
package() {
cd "$srcdir/$_name-$pkgver"