summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore11
-rw-r--r--PKGBUILD5
3 files changed, 16 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfb0d877bd06..47c24ef6bed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Oct 30 19:22:29 UTC 2016
+# Sat Aug 19 11:28:24 UTC 2017
pkgbase = ghdl-mcode-git
pkgdesc = VHDL simulator - mcode backend
- pkgver = 0.34dev.git20161030
+ pkgver = 0.35dev.git20170819
pkgrel = 1
- url = http://sourceforge.net/projects/ghdl-updates/
+ url = https://github.com/tgingold/ghdl
arch = i686
arch = x86_64
license = GPLv2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4371e5a887a4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+
+src
+pkg
+
+*.bz2
+*.gz
+*.tar
+*.xz
+
+ghdl
+
diff --git a/PKGBUILD b/PKGBUILD
index 22a734ceec44..b2fba51edafc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Adrien Prost-Boucle <adrien.prost-boucle@laposte.net>
pkgname=ghdl-mcode-git
-pkgver=0.34dev.git20161030
+pkgver=0.35dev.git20170819
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='VHDL simulator - mcode backend'
-url='http://sourceforge.net/projects/ghdl-updates/'
+url='https://github.com/tgingold/ghdl'
license=('GPLv2')
provides=('ghdl')
@@ -13,7 +13,6 @@ conflicts=('ghdl' 'ghdl-gcc-git' 'ghdl-llvm-git')
makedepends=('gcc-ada' 'git')
source=(
- #"ghdl::git://git.code.sf.net/p/ghdl-updates/ghdl-updates.git"
"ghdl::git://github.com/tgingold/ghdl.git"
)
md5sums=(