summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Radermacher <dominic@familie-radermacher.ch>2022-11-14 11:34:03 +0100
committerDominic Radermacher <dominic@familie-radermacher.ch>2022-11-14 11:34:03 +0100
commitc3960325e1968a810cfa251e5cfb88479da448d5 (patch)
tree1a50912e612deeeba24dd4230012e5e54c2c5b3e
parent79f7c2f7afcd1b6e9e207fa3382c7e8a778b7aa7 (diff)
add missing build dependency to make aur users happyHEADmaster
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1452087..4af3e4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = lan951x-led-ctl
pkgdesc = Command line tool to control the LED's of a LAN9512/LAN9514 ethernet controller
pkgver = 1.0.r9.g0443d24
- pkgrel = 1
+ pkgrel = 2
url = https://dominic.familie-radermacher.ch/computer/raspberry-pi/lan951x-led-ctl/
arch = x86_64
arch = i686
arch = armv6h
arch = armv7h
arch = aarch64
+ arch = riscv64
license = GPL2
+ makedepends = cmake
makedepends = git
depends = libusb>=1.0
source = git+https://git.familie-radermacher.ch/linux/lan951x-led-ctl.git
diff --git a/PKGBUILD b/PKGBUILD
index 3ea2067..ad63339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Author: Dominic Radermacher <dominic@familie-radermacher.ch>
pkgname=lan951x-led-ctl
pkgver=1.0.r9.g0443d24
-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' 'aarch64')
+arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64' 'riscv64')
url="https://dominic.familie-radermacher.ch/computer/raspberry-pi/lan951x-led-ctl/"
license=('GPL2')
-makedepends=('git')
+makedepends=('cmake' 'git')
depends=('libusb>=1.0')
source=(git+https://git.familie-radermacher.ch/linux/${pkgname}.git)
sha256sums=('SKIP')