summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-03-08 19:59:22 +0100
committerCayetano Santos2020-03-08 19:59:22 +0100
commit0ef6472489c417b1a1705b5c573d55372941acc6 (patch)
treed532a4c3186c9720c155a2820eec16a4edd4a2ac
parent1b7ec8a8ebeaa1abe226835a0fe5ccee7eb5f83d (diff)
downloadaur-0ef6472489c417b1a1705b5c573d55372941acc6.tar.gz
fix provides variable
-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')