python3-RPi.GPIO: update to 0.7.1
This commit is contained in:
parent
431e6f7922
commit
f2c5ae07e4
1 changed files with 4 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-RPi.GPIO'
|
||||
pkgname=python3-RPi.GPIO
|
||||
version=0.7.0
|
||||
revision=2
|
||||
version=0.7.1
|
||||
revision=1
|
||||
archs="armv[67]l* aarch64*"
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -12,12 +12,8 @@ short_desc="Module to control Raspberry Pi GPIO channels"
|
|||
maintainer="amak <amak.git@outlook.com>"
|
||||
license="MIT"
|
||||
homepage="https://sourceforge.net/projects/raspberry-gpio-python"
|
||||
distfiles="${SOURCEFORGE_SITE}/project/raspberry-gpio-python/RPi.GPIO-${version}.tar.gz"
|
||||
checksum=7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f
|
||||
|
||||
# needed for gcc 10
|
||||
# fixed upstream in commit 8a0a65
|
||||
CFLAGS="-fcommon"
|
||||
distfiles="${PYPI_SITE}/R/RPi.GPIO/RPi.GPIO-${version}.tar.gz"
|
||||
checksum=cd61c4b03c37b62bba4a5acfea9862749c33c618e0295e7e90aa4713fb373b70
|
||||
|
||||
post_install() {
|
||||
vlicense LICENCE.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue