From c3960325e1968a810cfa251e5cfb88479da448d5 Mon Sep 17 00:00:00 2001 From: Dominic Radermacher Date: Mon, 14 Nov 2022 11:34:03 +0100 Subject: add missing build dependency to make aur users happy --- .SRCINFO | 4 +++- PKGBUILD | 6 +++--- 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 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') -- cgit v1.2.3