diff options
-rwxr-xr-x | build_tools/bin/chk_arch_pkg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/bin/chk_arch_pkg.py b/build_tools/bin/chk_arch_pkg.py index e995fff..eeb30ee 100755 --- a/build_tools/bin/chk_arch_pkg.py +++ b/build_tools/bin/chk_arch_pkg.py @@ -39,6 +39,7 @@ def getArchVer(): try: if repo == "aur": archVerList = re.findall('<h2>Package Details: .*? (.*?)</h2>', website_text) + archVer = archVerList[0] else: if "- Split Package Details</title>" in website_text: print "This is a split package" |