summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47f55cc56fbf..3dfe9f18d9b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
+# Generated by mksrcinfo v8
+# Tue Oct 10 12:25:33 UTC 2017
pkgbase = pi-bluetooth
pkgdesc = Services, firmware and udev rules to get integrated bluetooth running in Raspberry Pi 3
pkgver = 1
pkgrel = 1
install = pi-bluetooth.install
+ arch = armv6h
arch = armv7h
+ arch = aarch64
license = multiple
depends = hciattach-rpi3
source = BCM43430A1.hcd
diff --git a/PKGBUILD b/PKGBUILD
index 6b08c3090d65..0de82e00119e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=pi-bluetooth
pkgver=1
pkgrel=1
pkgdesc="Services, firmware and udev rules to get integrated bluetooth running in Raspberry Pi 3"
-arch=('armv7h')
+arch=('armv6h' 'armv7h' 'aarch64')
url=""
license=('multiple')
depends=('hciattach-rpi3')