diff options
Diffstat (limited to 'testing/py-rpi-gpio/APKBUILD')
-rw-r--r-- | testing/py-rpi-gpio/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-rpi-gpio/APKBUILD b/testing/py-rpi-gpio/APKBUILD index 71856725b5..cb8e332303 100644 --- a/testing/py-rpi-gpio/APKBUILD +++ b/testing/py-rpi-gpio/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Justin Saunders <justin@jumaka.co.uk> # Maintainer: Justin Saunders <justin@jumaka.co.uk> pkgname=py-rpi-gpio -_pkg_real=RPi.GPIO +_pkgname=RPi.GPIO pkgver=0.6.1 pkgrel=0 pkgdesc="A python module to control Raspberry Pi GPIO channels" @@ -12,9 +12,9 @@ pydepends="" pymakedepends="" depends="python $pydepends" makedepends="python-dev $pymakedepends" -source="https://pypi.python.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.6.1.tar.gz" +source="https://files.pythonhosted.org/packages/source/${_pkgname}/$_pkgname/$_pkgname-$pkgver.tar.gz" -_builddir="$srcdir/$_pkg_real-$pkgver" +_builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$_builddir" python setup.py build || return 1 |