mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-12 01:35:49 +00:00
archpkg: don't take testing repo into account
This commit is contained in:
parent
2c3ba193e3
commit
5cb229a26f
@ -21,5 +21,5 @@ def _pkg_done(name, callback, res):
|
|||||||
callback(name, None)
|
callback(name, None)
|
||||||
return
|
return
|
||||||
|
|
||||||
version = data['results'][0]['pkgver']
|
version = [r['pkgver'] for r in info['results'] if r['repo'] != 'testing'][0]
|
||||||
callback(name, version)
|
callback(name, version)
|
||||||
|
Loading…
Reference in New Issue
Block a user