summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Prost-Boucle2021-02-04 19:30:35 +0100
committerAdrien Prost-Boucle2021-02-04 19:30:35 +0100
commitad4b094abe2852101a8a912358f1e4f8db6855ab (patch)
tree7e656987511f9c14b69b2c8d2739639d623e8e9a
parent0c5fe423de34258a82d551ce49b4ca7b55b550a2 (diff)
downloadaur-ad4b094abe2852101a8a912358f1e4f8db6855ab.tar.gz
Added gitignore and git dependency
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD2
3 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d67e9f56902..4735182027b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 12 14:40:27 UTC 2016
+# Wed Feb 3 21:45:26 UTC 2021
pkgbase = vhd2vl-git
pkgdesc = Translate synthesizable VHDL into Verilog 2001
pkgver = 2.5
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..e6ffadde25b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+
+vhd2vl
+
+src
+pkg
+
+*.tar
+*.gz
+*.xz
+
diff --git a/PKGBUILD b/PKGBUILD
index cdf21b5d68a3..95259ef4587f 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=()
+depends=('git')
source=("git://github.com/ldoolitt/vhd2vl.git")
md5sums=('SKIP')