summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Enck2018-01-05 14:22:55 -0500
committerSean Enck2018-01-05 14:22:55 -0500
commit719dbcde311a0bf85647d6d343dd5e8f44ee2746 (patch)
tree47c9f0eede2096bd22b428d8c24a5300525c68a2 /PKGBUILD
parentc1530cd0f2cdb3be98ed74c69b5075dafe971251 (diff)
downloadaur-719dbcde311a0bf85647d6d343dd5e8f44ee2746.tar.gz
updated version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"