diff options
author | Tharre <tharre3@gmail.com> | 2018-07-25 18:47:41 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-07-25 18:47:41 +0200 |
commit | 0a9e5b6ff85aace82ce145b67badfedec06b49f1 (patch) | |
tree | 1ea7f0fa0d343e05adb6275938493bdb44ad36c0 /.SRCINFO | |
parent | 2f28be5e14ecc1cea3e8167e66b1f91055095831 (diff) | |
download | pkgbuilds-0a9e5b6ff85aace82ce145b67badfedec06b49f1.tar.gz pkgbuilds-0a9e5b6ff85aace82ce145b67badfedec06b49f1.tar.xz pkgbuilds-0a9e5b6ff85aace82ce145b67badfedec06b49f1.zip |
Add man pages
Since the package in PyPI doesn't include them, we also download the
tarball from github releases directly.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ pkgbase = grokmirror pkgdesc = Framework to smartly mirror git repositories pkgver = 1.1.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/mricon/grokmirror arch = any license = GPL3 depends = python-setuptools - source = https://files.pythonhosted.org/packages/source/g/grokmirror/grokmirror-1.1.0.tar.gz - sha256sums = e687f5242e15402352d425b350f69508f577aa4466c0c236b0fa1c8bda8c27fe + source = grokmirror-1.1.0::https://github.com/mricon/grokmirror/archive/v1.1.0.tar.gz + sha256sums = c838df4e9f055b269dd9664c554586d05cc91db337f559b3c2318aba24c89354 pkgname = grokmirror |