diff options
author | Gustav Sörnäs | 2022-09-30 10:56:52 +0200 |
---|---|---|
committer | Gustav Sörnäs | 2022-09-30 10:57:05 +0200 |
commit | ef2d1ac7e1ac944d02cba91ce361fbe599b8c905 (patch) | |
tree | 47137c49079a664923d01ba203dc72c530284ae6 | |
parent | c5f25e255686193ae2f5c28834fea2db2686cac9 (diff) | |
download | aur-ef2d1ac7e1ac944d02cba91ce361fbe599b8c905.tar.gz |
upgpkg: swim-git r75.1892912-2
more optdepends
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 14 insertions, 4 deletions
@@ -8,8 +8,13 @@ pkgbase = swim-git makedepends = rust depends = gcc-libs depends = git - optdepends = nextpnr-ice40-nightly: uploading to iCE40-devices - optdepends = nextpnr-ecp5-nightly: uploading to ECP5-devices + optdepends = fujprog: upload to devices supported by fujprog + optdepends = icestorm-nightly: pack and upload to iCE40-devices + optdepends = nextpnr-ice40-nightly: pnr for iCE40-devices + optdepends = nextpnr-ecp5-nightly: pnr for ECP5-devices + optdepends = openocd: upload to devices supported by openocd + optdepends = prjtrellis-nightly: utilities for ECP5-devices + optdepends = tinyprog: upload to devices supported by tinyprog optdepends = yosys-nightly: synthesising using the yosys suite source = git+https://gitlab.com/spade-lang/swim.git sha256sums = SKIP @@ -9,8 +9,13 @@ url="https://gitlab.com/spade-lang/swim.git" license=('EUPL-1.2') sha256sums=('SKIP') depends=('gcc-libs' 'git') -optdepends=('nextpnr-ice40-nightly: uploading to iCE40-devices' - 'nextpnr-ecp5-nightly: uploading to ECP5-devices' +optdepends=('fujprog: upload to devices supported by fujprog' + 'icestorm-nightly: pack and upload to iCE40-devices' + 'nextpnr-ice40-nightly: pnr for iCE40-devices' + 'nextpnr-ecp5-nightly: pnr for ECP5-devices' + 'openocd: upload to devices supported by openocd' + 'prjtrellis-nightly: utilities for ECP5-devices' + 'tinyprog: upload to devices supported by tinyprog' 'yosys-nightly: synthesising using the yosys suite') makedepends=('rust') source=("git+$url") |