summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')