summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Prost-Boucle2021-02-06 18:16:40 +0100
committerAdrien Prost-Boucle2021-02-06 18:16:40 +0100
commitcad258810922366de810ddb6a0ee728b80501017 (patch)
tree0e24be9b4185fc9d9ffcb39ac8469c1808d81f95
parentad4b094abe2852101a8a912358f1e4f8db6855ab (diff)
downloadaur-vhd2vl-git.tar.gz
Dependency git is for build only
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4735182027b3..bdd03875fde4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 21:45:26 UTC 2021
+# Sat Feb 6 17:16:13 UTC 2021
pkgbase = vhd2vl-git
pkgdesc = Translate synthesizable VHDL into Verilog 2001
pkgver = 2.5
@@ -8,6 +8,7 @@ pkgbase = vhd2vl-git
arch = i686
arch = x86_64
license = GPLv2
+ makedepends = git
source = git://github.com/ldoolitt/vhd2vl.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 95259ef4587f..1dd91662b9b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Translate synthesizable VHDL into Verilog 2001"
arch=('i686' 'x86_64')
url="http://doolittle.icarus.com/~larry/vhd2vl/"
license=('GPLv2')
-depends=('git')
+makedepends=('git')
source=("git://github.com/ldoolitt/vhd2vl.git")
md5sums=('SKIP')