summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Radermacher <blip@mockmoon-cybernetics.ch>2018-04-15 08:54:56 +0200
committerDominic Radermacher <blip@mockmoon-cybernetics.ch>2018-04-15 08:54:56 +0200
commit8308e51e32e765ae244043bc72f88e72a9bbe7d2 (patch)
tree53d2806d5922bfba877e93150cd86619a2bdcd85
parent02579f33f4e86f64f8c7ea19c73169e0297dde44 (diff)
add aarch64 as target arch, as we need this for Raspberry Pi 3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f44660..c041826 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = lan951x-led-ctl
pkgdesc = Command line tool to control the LED's of a LAN9512/LAN9514 ethernet controller
pkgver = v1.0.r0.g33fb669
- pkgrel = 1
+ pkgrel = 2
url = https://mockmoon-cybernetics.ch/computer/raspberry-pi/lan951x-led-ctl/
arch = x86_64
arch = i686
arch = armv6h
arch = armv7h
+ arch = aarch64
license = GPL2
makedepends = git
depends = libusb>=1.0
diff --git a/PKGBUILD b/PKGBUILD
index 7a356a5..057b407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Author: Dominic Radermacher <blip@mockmoon-cybernetics.ch>
pkgname=lan951x-led-ctl
pkgver=v1.0.r0.g33fb669
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool to control the LED's of a LAN9512/LAN9514 ethernet controller"
-arch=('x86_64' 'i686' 'armv6h' 'armv7h')
+arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
url="https://mockmoon-cybernetics.ch/computer/raspberry-pi/lan951x-led-ctl/"
license=('GPL2')
makedepends=('git')