summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8236d230599f..2136862a3c3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,10 +11,9 @@ pkgbase = python-fusesoc
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
provides = python-fusesoc
- conflicts = python-fusesoc-git
+ conflicts = python-fusesoc
options = !emptydirs
source = https://github.com/olofk/fusesoc/releases/download/1.9/fusesoc-1.9.tar.gz
md5sums = eec2d6fd3c8c68ce00b2eae7edb8e1a7
pkgname = python-fusesoc
-
diff --git a/PKGBUILD b/PKGBUILD
index 2fbea5b90b8d..7132b2c170d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Coroutine based cosimulation library for writing VHDL and Verilog testb
arch=('any')
url="http://github.com/olofk/fusesoc/"
license=('GPLv3')
-conflicts=('python-fusesoc-git')
+conflicts=('python-fusesoc')
provides=('python-fusesoc')
depends=('python' 'python-edalize')