Update KeePassDroid to 2.0.4 (138)

This commit is contained in:
Boris Kraut 2015-12-26 15:56:31 +01:00
parent 49606283ad
commit 7e9c97e44b

View file

@ -176,6 +176,13 @@ Build:2.0.4beta1,137
sh prep_build.sh sh prep_build.sh
buildjni=yes buildjni=yes
Build:2.0.4,138
commit=v2.0.4
prebuild=cd jni && \
sed -i -e 's/brgladman.org/173.254.28.24\/~brgladma/g' prep_build.sh && \
sh prep_build.sh
buildjni=yes
Maintainer Notes: Maintainer Notes:
Build tries to download file from an expired domain. We force IP for now. Build tries to download file from an expired domain. We force IP for now.
However, actually upstream should include the downloaded sources directly. However, actually upstream should include the downloaded sources directly.