summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs2023-03-24 15:40:10 +0100
committerGustav Sörnäs2023-03-24 15:40:10 +0100
commit166675b1cf2269a499cabbe75f0513a4e2b80017 (patch)
treeb19ef0978cb96baed43772f06cc8763a8ce64802
parentb81f652a4749e5071ea1d86a6647c1e5e5061aa8 (diff)
downloadaur-166675b1cf2269a499cabbe75f0513a4e2b80017.tar.gz
upgpkg: swim-git r120.00f2935-1
conflicts/provides: swim
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a509f964d48..ea9a1a315b19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index f9be98056b7d..2f5dbbdfa355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"