Skip to content

Commit a5bf92a

Browse files
committed
Changed tribler recipe URL to rjagerman repository
1 parent e5702a8 commit a5bf92a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes/tribler/recipe.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DEPS_tribler=(kivy openssl)
1111

1212
# url of the package
1313
#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
14+
URL_tribler=https://github.com/rjagerman/tribler/raw/new-package/Tribler-$VERSION_tribler.tar.gz
1515

1616
# md5 of the package
1717
MD5_tribler=
@@ -48,7 +48,7 @@ function postbuild_tribler() {
4848
# curves.ec probably gets ignored by setup.py install,
4949
# copy it manually to site-packages of the built python
5050

51-
echo "CURVES EC SOURCE: $BUILD_tribler"
52-
try cp $CURVES_source $CURVES_dest
53-
51+
#echo "CURVES EC SOURCE: $BUILD_tribler"
52+
#try cp $CURVES_source $CURVES_dest
53+
true
5454
}

0 commit comments

Comments
 (0)