alarm/wiringpi to 149.50b7c5e-1

RPi4 kernel package linux-raspberrypi4 is offered in both armv7h and aarch64
so expand this package to aarch64 as well.
This commit is contained in:
graysky 2021-03-28 11:35:35 -04:00
parent 06a351024b
commit aff5fc4e14

View file

@ -1,14 +1,14 @@
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
# Contributor: Mike Brown <mbrown@archlinuxarm.org>
buildarch=20
buildarch=28
pkgname=wiringpi
_pkgname=WiringPi
pkgver=149.50b7c5e
pkgrel=1
pkgdesc='GPIO Interface library for the Raspberry Pi'
arch=('armv6h' 'armv7h')
arch=('armv6h' 'armv7h' 'aarch64')
makedepends=('git')
license=('LGPL3')
url='https://github.com/WiringPi/WiringPi.git'