diff options
author | Gustav Sörnäs | 2023-03-24 15:40:10 +0100 |
---|---|---|
committer | Gustav Sörnäs | 2023-03-24 15:40:10 +0100 |
commit | 166675b1cf2269a499cabbe75f0513a4e2b80017 (patch) | |
tree | b19ef0978cb96baed43772f06cc8763a8ce64802 | |
parent | b81f652a4749e5071ea1d86a6647c1e5e5061aa8 (diff) | |
download | aur-166675b1cf2269a499cabbe75f0513a4e2b80017.tar.gz |
upgpkg: swim-git r120.00f2935-1
conflicts/provides: swim
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -15,6 +15,8 @@ pkgbase = swim-git optdepends = prjtrellis-nightly: utilities for ECP5-devices optdepends = tinyprog: upload to devices supported by tinyprog optdepends = yosys-nightly: synthesising using the yosys suite + provides = swim + conflicts = swim source = git+https://gitlab.com/spade-lang/swim.git sha256sums = SKIP @@ -7,7 +7,8 @@ pkgdesc="Build tool for the Spade programming language" arch=('x86_64') url="https://gitlab.com/spade-lang/swim.git" license=('custom') -sha256sums=('SKIP') +conflicts=('swim') +provides=('swim') depends=('git' 'cargo') optdepends=('fujprog: upload to devices supported by fujprog' 'icestorm-nightly: pack and upload to iCE40-devices' @@ -18,6 +19,7 @@ optdepends=('fujprog: upload to devices supported by fujprog' 'tinyprog: upload to devices supported by tinyprog' 'yosys-nightly: synthesising using the yosys suite') source=("git+$url") +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname%-git}" |