summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-03-08 19:44:40 +0100
committerCayetano Santos2020-03-08 19:44:40 +0100
commit93fcc2f52769f7582ed4d41a2b712d43adba864c (patch)
tree63356980b66fb368b4a127df1aa74714d792b4f5
parent3a6d6c17693acab5581dd0a1721e439b137ec9cf (diff)
downloadaur-93fcc2f52769f7582ed4d41a2b712d43adba864c.tar.gz
fix typo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71a0fcb1a817..3afbd3260d92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,11 +11,10 @@ pkgbase = python-edalize-git
depends = python-pytest
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
- provides = python-edalize
+ provides = python-edalize-git
conflicts = python-edalize
options = !emptydirs
source = git+https://github.com/olofk/edalize
sha256sums = SKIP
pkgname = python-edalize-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1d22386228ca..f68df7be7024 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')
+provides=('python-edalize-git')
depends=('python' 'python-pytest')
makedepends=('git' 'python-setuptools')