summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarnaby Gray2017-10-10 13:25:43 +0100
committerBarnaby Gray2017-10-10 13:25:43 +0100
commit8602de3525dd1ca21e713eb9defc62a5f9a30a1c (patch)
tree500f0927d59b2e36707ecf1ee54afa65f1c5538b
parenta439f892bf549ddfefa9ba7ad1999cc515f233bf (diff)
downloadaur-8602de3525dd1ca21e713eb9defc62a5f9a30a1c.tar.gz
Add armv6h and aarch64
-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')