pycrypto: change download url, this fixes #1780

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-20 16:20:32 +01:00
parent 105476763e
commit f3a3e74c93

View File

@ -24,7 +24,7 @@ PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="LGPL" PKG_LICENSE="LGPL"
PKG_SITE="https://www.dlitz.net/software/pycrypto/" PKG_SITE="https://www.dlitz.net/software/pycrypto/"
PKG_URL="http://ftp.dlitz.net/pub/dlitz/crypto/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://pypi.python.org/packages/source/p/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="Python distutilscross" PKG_DEPENDS="Python distutilscross"
PKG_BUILD_DEPENDS="toolchain Python distutilscross" PKG_BUILD_DEPENDS="toolchain Python distutilscross"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"