summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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"