From 3a854f40986273b1bb5d379e5a7a6773c889e73a Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 7 Apr 2016 08:17:49 -0400 Subject: chk_arch_pkg.py: change aur url --- build_tools/bin/chk_arch_pkg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tools/bin/chk_arch_pkg.py b/build_tools/bin/chk_arch_pkg.py index 80ff599..7b80ae7 100755 --- a/build_tools/bin/chk_arch_pkg.py +++ b/build_tools/bin/chk_arch_pkg.py @@ -22,7 +22,7 @@ def getArchVer(): for repo in repos: try: if repo == "aur": - url='https://aur4.archlinux.org/packages/%s/' %currDirName + url='https://aur.archlinux.org/packages/%s/' %currDirName else: url='https://www.archlinux.org/packages/%s/x86_64/%s/' %(repo, currDirName) website = urllib2.urlopen(url) @@ -58,7 +58,7 @@ def getArchVer(): try: if repo == "aur": source = re.findall('
  • Download snapshot', website_text) - sourceURL = "https://aur4.archlinux.org" + source[0] + sourceURL = "https://aur.archlinux.org" + source[0] else: if "- Split Package Details" in website_text: #print "Split Pkg" -- cgit v0.12