summaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-04-07 12:17:49 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-04-07 12:17:49 (GMT)
commit3a854f40986273b1bb5d379e5a7a6773c889e73a (patch)
treebd1e952c82e811388b4094f43c898777e8de48aa /build_tools
parent6ee4439ce89892dd1c24f354d5bf6d575ef825e9 (diff)
downloadlinhes_dev-3a854f40986273b1bb5d379e5a7a6773c889e73a.zip
chk_arch_pkg.py: change aur url
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/bin/chk_arch_pkg.py4
1 files 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('<li><a href="(.*?)">Download snapshot</a>', website_text)
- sourceURL = "https://aur4.archlinux.org" + source[0]
+ sourceURL = "https://aur.archlinux.org" + source[0]
else:
if "- Split Package Details</title>" in website_text:
#print "Split Pkg"