summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevaev Maxim2017-09-03 22:27:00 +0300
committerDevaev Maxim2017-09-03 22:27:00 +0300
commit4e00ac054aed9d9125fffac7f645b1a53b1f4c9a (patch)
tree39082c7b032731e9856c5d1b3210bf504933ab95
parentc8a54747a0fe3553703bdbbd286d07f97dde9313 (diff)
downloadaur-4e00ac054aed9d9125fffac7f645b1a53b1f4c9a.tar.gz
Added aarch64
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2c88873a880..62a245bd1b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname="python-raspberry-gpio"
pkgver="0.6.3"
pkgrel="1"
pkgdesc="Python library for GPIO access on a Raspberry Pi"
-arch=("armv6h" "armv7h")
+arch=("armv6h" "armv7h" "aarch64")
url="http://sourceforge.net/projects/raspberry-gpio-python/"
license=("MIT")
depends=("python")