summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2017-11-12 14:56:03 -0500
committerSean Enck2017-11-12 14:56:03 -0500
commitbd869251863214db8c2114d00716ec66634319bd (patch)
tree57ccdac74232d9da47247d9dca0d2cecc27541f1
parentdc2b1ae00ba071e41e71814911e52f0a249c88eb (diff)
downloadaur-bd869251863214db8c2114d00716ec66634319bd.tar.gz
new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79cf6ab7b5df..0ae948593191 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.4.3
+ pkgver = 1.5.1
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.4.3.tar.gz
- md5sums = 1f3ea9d0cfa8d7cbaafc113434064e55
+ source = https://github.com/enckse/pyxstitch/archive/v1.5.1.tar.gz
+ md5sums = de2973855abacb66c72d2794c2353170
pkgname = python-pyxstitch
diff --git a/PKGBUILD b/PKGBUILD
index 29338d5bf3f6..71474f81761a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyxstitch
pkgname=python-$_name
-pkgver=1.4.3
+pkgver=1.5.1
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=('1f3ea9d0cfa8d7cbaafc113434064e55')
+md5sums=('de2973855abacb66c72d2794c2353170')
package() {
cd "$srcdir/$_name-$pkgver"