summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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")