summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b30cedbbf711..dbc7ca79f39c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = python-pyxstitch
depends = python-pygments
optdepends = bash-completion: for bash completions
source = https://pypi.python.org/packages/fa/5a/03d6f4e539e0c562472bbf9303c568ac7cdc1f6189640c598051ee4a0abb/pyxstitch-1.7.4.tar.gz#md5=b2fe3d58780f42796fb3dfa7c99d1371
- source = https://raw.githubusercontent.com/enckse/pyxstitch/1.7.4/LICENSE
- source = https://raw.githubusercontent.com/enckse/pyxstitch/1.7.4/completions/bash
+ source = https://raw.githubusercontent.com/enckse/pyxstitch/v1.7.4/LICENSE
+ source = https://raw.githubusercontent.com/enckse/pyxstitch/v1.7.4/completions/bash
md5sums = b2fe3d58780f42796fb3dfa7c99d1371
md5sums = 09b2ac6fbde8b1a1c4f223aa3ffedbba
md5sums = d4f45e5816e653b3ba21c779bbe9e5da
diff --git a/PKGBUILD b/PKGBUILD
index 16c4b5148add..fc6b7b8ea0ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyxstitch
pkgname=python-$_name
pkgver=1.7.4
-pkgrel=1
+pkgrel=2
pkgdesc="takes source code files and produces syntax-highlighted patterns for cross stitching."
arch=("any")
url="https://github.com/enckse/$_name"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'python-pillow' 'python-pygments')
optdepends=("bash-completion: for bash completions")
_md5='b2fe3d58780f42796fb3dfa7c99d1371'
-_rawcontent="https://raw.githubusercontent.com/enckse/$_name/$pkgver/"
+_rawcontent="https://raw.githubusercontent.com/enckse/$_name/v$pkgver/"
source=("https://pypi.python.org/packages/fa/5a/03d6f4e539e0c562472bbf9303c568ac7cdc1f6189640c598051ee4a0abb/$_name-$pkgver.tar.gz#md5=$_md5"
"${_rawcontent}LICENSE"
"${_rawcontent}completions/bash")