summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-03-08 20:00:24 +0100
committerCayetano Santos2020-03-08 20:00:24 +0100
commite4307e69da417ba3e9f2ff00ead2529f3e77b08b (patch)
treebd053b44e98c7c0a9e8dbe720df352ca919a5c7d
parent93fcc2f52769f7582ed4d41a2b712d43adba864c (diff)
downloadaur-e4307e69da417ba3e9f2ff00ead2529f3e77b08b.tar.gz
fix provides variable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3afbd3260d92..b14f4e330d1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = python-edalize-git
depends = python-pytest
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
- provides = python-edalize-git
+ provides = python-edalize
conflicts = python-edalize
options = !emptydirs
source = git+https://github.com/olofk/edalize
diff --git a/PKGBUILD b/PKGBUILD
index f68df7be7024..1d22386228ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/olofk/edalize"
license=('BSD')
conflicts=('python-edalize')
-provides=('python-edalize-git')
+provides=('python-edalize')
depends=('python' 'python-pytest')
makedepends=('git' 'python-setuptools')