summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2018-02-27 20:11:09 -0500
committerSean Enck2018-02-27 20:11:09 -0500
commit4bca5b58c0739225bdf305b00d95ac2f3233205c (patch)
tree8ab3e67e65babaad3bef40c5b9c6a1f3e67ce78d
parent13d39efc5ccf9bc31b8c0aef51e4b0d3bcc799d2 (diff)
downloadaur-4bca5b58c0739225bdf305b00d95ac2f3233205c.tar.gz
update to use common link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec20e9704aa4..0d6aa14fec85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyxstitch
pkgdesc = takes source code files and produces syntax-highlighted patterns for cross stitching.
pkgver = 1.7.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/enckse/pyxstitch
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 92dc066a1f91..c40e6f698edf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyxstitch
pkgname=python-$_name
pkgver=1.7.5
-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"
@@ -14,11 +14,12 @@ _rawcontent="https://raw.githubusercontent.com/enckse/$_name/v$pkgver/"
source=("https://pypi.python.org/packages/76/6d/3a3aef1df4d4493e7ca0caac1baa7b8f88d3c2d16e47a8dbc27c098c6f0b/$_name-$pkgver.tar.gz#md5=$_md5"
"${_rawcontent}LICENSE"
"${_rawcontent}completions/bash"
- "https://raw.githubusercontent.com/enckse/$_name/v$pkgver/doc/$_name.1")
+ "${_rawcontent}doc/$_name.1")
md5sums=("$_md5" "09b2ac6fbde8b1a1c4f223aa3ffedbba" "d4f45e5816e653b3ba21c779bbe9e5da" "3c50ed3d3821118146eb70ac526f5593")
build() {
sed -i "s/<Date>/$(date +"%B %Y")/g;s/<Version>/$pkgver/g" pyxstitch.1
+ rm -f *.gz
gzip pyxstitch.1
}