diff options
author | Adrien Prost-Boucle | 2017-08-19 13:28:38 +0200 |
---|---|---|
committer | Adrien Prost-Boucle | 2017-08-19 13:28:38 +0200 |
commit | 4bb90cc1bad9e75514558742520c0cf079e58dca (patch) | |
tree | f511d56077de139a0fb673f280e9822d037a5b0b | |
parent | 9090458134254003d1d746721bf2a012a217784a (diff) | |
download | aur-4bb90cc1bad9e75514558742520c0cf079e58dca.tar.gz |
Update url
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | .gitignore | 11 | ||||
-rw-r--r-- | PKGBUILD | 5 |
3 files changed, 16 insertions, 6 deletions
@@ -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 + @@ -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=( |