Don't update KeePassDroid to 2.0.6.1 (151): Update recipe, still needs jni fixes
This commit is contained in:
parent
7cd77e0cce
commit
8013bc86b6
|
@ -188,6 +188,17 @@ Build:2.0.5beta1,139
|
|||
sh prep_build.sh
|
||||
buildjni=yes
|
||||
|
||||
Build:2.0.6.1,151
|
||||
disable=needs jni fixes
|
||||
commit=v2.0.6.1
|
||||
subdir=app
|
||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.8" }' >> ../build.gradle
|
||||
gradle=yes
|
||||
prebuild=cd src/main/jni/ && \
|
||||
sed -i -e 's/brgladman.org/173.254.28.24\/~brgladma/g' prep_build.sh && \
|
||||
sh prep_build.sh
|
||||
buildjni=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Build tries to download file from an expired domain. We force IP for now.
|
||||
However, actually upstream should include the downloaded sources directly.
|
||||
|
|
Loading…
Reference in a new issue