summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs2022-09-30 10:56:52 +0200
committerGustav Sörnäs2022-09-30 10:57:05 +0200
commitef2d1ac7e1ac944d02cba91ce361fbe599b8c905 (patch)
tree47137c49079a664923d01ba203dc72c530284ae6
parentc5f25e255686193ae2f5c28834fea2db2686cac9 (diff)
downloadaur-ef2d1ac7e1ac944d02cba91ce361fbe599b8c905.tar.gz
upgpkg: swim-git r75.1892912-2
more optdepends
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 14 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7081ca4ad1e2..796f5bee1d06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 278494e5b565..d8f855608d1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")