We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5702a8 commit a5bf92aCopy full SHA for a5bf92a
recipes/tribler/recipe.sh
@@ -11,7 +11,7 @@ DEPS_tribler=(kivy openssl)
11
12
# url of the package
13
#URL_tribler=http://ios-dev.no-ip.org/Tribler-$VERSION_tribler.tar.gz
14
-URL_tribler=https://github.com/lfdversluis/tribler/raw/devel/Tribler-$VERSION_tribler.tar.gz
+URL_tribler=https://github.com/rjagerman/tribler/raw/new-package/Tribler-$VERSION_tribler.tar.gz
15
16
# md5 of the package
17
MD5_tribler=
@@ -48,7 +48,7 @@ function postbuild_tribler() {
48
# curves.ec probably gets ignored by setup.py install,
49
# copy it manually to site-packages of the built python
50
51
- echo "CURVES EC SOURCE: $BUILD_tribler"
52
- try cp $CURVES_source $CURVES_dest
53
-
+ #echo "CURVES EC SOURCE: $BUILD_tribler"
+ #try cp $CURVES_source $CURVES_dest
+ true
54
}
0 commit comments