diff --git a/metadata/uk.org.boddie.android.weatherforecast.yml b/metadata/uk.org.boddie.android.weatherforecast.yml index a06d7ca61f..238a3efeb5 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.yml +++ b/metadata/uk.org.boddie.android.weatherforecast.yml @@ -270,7 +270,7 @@ Builds: - versionName: 1.7.0 versionCode: 170 - disable: build fails + disable: https://gitlab.com/dboddie/weather-forecast/-/issues/11 commit: ae8a547747fd3caca600e8a21165c4de812c2f80 sudo: - apt-get update @@ -285,28 +285,12 @@ Builds: - popd build: PYTHONPATH=$$duck-git$$ ./build.py output.apk - - versionName: 1.7.1 - versionCode: 171 - commit: 2d008a44a2f7de02c55e24cc0836bfd1220ccc9a - sudo: - - apt-get update - - apt-get install -y python3-crypto python3-pygments python3-markdown imagemagick - pngquant openssl - output: output.apk - srclibs: - - duck-git@1.0.7 - prebuild: - - pushd $$duck-git$$ - - git reset --hard `cat ../../uk.org.boddie.android.weatherforecast/deps/DUCK` - - popd - build: PYTHONPATH=$$duck-git$$ ./build.py output.apk - MaintainerNotes: |- From version 1.3.0, the app handles its own dependencies during the build, using the prebuild step to take a specific version of DUCK then update it to the version given in the app's deps/DUCK file. -AutoUpdateMode: Version +AutoUpdateMode: None UpdateCheckMode: Tags UpdateCheckData: build.py|version_code = "(\d+)"|.|version = "(.*)" CurrentVersion: 1.7.1