mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Fix srclib
This commit is contained in:
parent
e5e69e9c6f
commit
ad7bfca6f6
@ -1585,7 +1585,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||
elif name == 'ColorPickerPreference':
|
||||
sdir = os.path.join(extlib_dir, 'ColorPickerPreference')
|
||||
vcs = getvcs('git',
|
||||
'https://github.com/frigus02/HoloColorPicker', sdir, sdk_path)
|
||||
'https://github.com/attenzione/android-ColorPickerPreference', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
|
||||
'update', 'project', '-p',
|
||||
|
Loading…
Reference in New Issue
Block a user