Used sudo instead of srclibs for standard Debian build dependencies.

Updated the version of DUCK to use since we require support for cairosvg.
This commit is contained in:
David Boddie 2018-10-03 01:21:45 +02:00
parent e7aa20f648
commit ff64e67de7
2 changed files with 2 additions and 3 deletions

View file

@ -16,7 +16,8 @@ Repo:https://bitbucket.org/dboddie/weather-forecast-android
Build:1.0.2,102
commit=1.0.2
output=output.apk
srclibs=pycrypto@v2.6.1,duck@1.0.2
srclibs=duck@1.0.3
sudo=apt-get install -y python-crypto python-pygments markdown python-markdown imagemagick pngquant python-cairosvg
build=PYTHONPATH=$$duck$$:$$pycrypto$$ ./build.py output.apk
Auto Update Mode:None

View file

@ -1,2 +0,0 @@
Repo Type:git
Repo:https://github.com/dlitz/pycrypto.git