diff --git a/metadata/uk.org.boddie.android.weatherforecast.yml b/metadata/uk.org.boddie.android.weatherforecast.yml index c73156c587..408a4d992e 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.yml +++ b/metadata/uk.org.boddie.android.weatherforecast.yml @@ -176,6 +176,22 @@ Builds: - popd build: PYTHONPATH=$$duck-git$$ ./build.py output.apk + - versionName: 1.5.3 + versionCode: 153 + commit: 1.5.3 + sudo: + - apt-get update || apt-get update + - apt-get install -y python-crypto python-pygments markdown python-markdown + imagemagick pngquant python-cairosvg + 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 @@ -185,5 +201,5 @@ AutoUpdateMode: Version %v UpdateCheckMode: HTTP UpdateCheckData: https://gitlab.com/dboddie/weather-forecast/-/raw/master/build.py|version_code = "(.*)"|.|version = "(.*)" -CurrentVersion: 1.5.2 -CurrentVersionCode: 152 +CurrentVersion: 1.5.3 +CurrentVersionCode: 153