summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-01-09 15:24:58 -0500
committerMatthew McGinn2020-01-09 15:24:58 -0500
commitf5a6cfc87b83102946c0ff2cf2235dc745fa6d65 (patch)
tree147f88fb86375e558b07c8a974b3b5a260fd0190
parentae0fb179d2074b29d792c186b519997e47c1d3fa (diff)
downloadaur-f5a6cfc87b83102946c0ff2cf2235dc745fa6d65.tar.gz
add github url
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7edd4b3a8a2c..99be244cea0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgver=3.5.9
pkgrel=1
_pybasever=3.5
pkgdesc="Next generation of the python high-level scripting language"
+_github_url="https://github.com/python/cpython/releases/tag/v${pkgver}"
arch=('i686' 'x86_64')
license=('custom')
url="https://www.python.org/"