summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2020-03-22 11:28:14 +0100
committerXiretza2020-03-22 11:30:03 +0100
commit90e3f937ff53967894cbcc24d9d8423ba512ef90 (patch)
tree84f097e01bab5a741c584665e1831ab3c1016f9e
parentc7ae1942795fb2275b50b489e9f5b484e094f9d1 (diff)
downloadaur-90e3f937ff53967894cbcc24d9d8423ba512ef90.tar.gz
Depend on ghdl-git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d225bcd2af3b..520e4c4463e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghdlsynth-beta-git
pkgdesc = VHDL synthesis (based on ghdl)
- pkgver = r105.fe9f2c4
+ pkgver = r117.c975230
pkgrel = 1
url = https://github.com/tgingold/ghdlsynth-beta
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = ghdlsynth-beta-git
makedepends = git
makedepends = yosys
makedepends = clang
- depends = ghdl>0.36
- depends = yosys
+ depends = ghdl-git
depends = gcc-libs
provides = ghdlsynth-beta
provides = ghdlsynth
diff --git a/PKGBUILD b/PKGBUILD
index a8a5b972903e..7c6bd2d086b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
pkgname=ghdlsynth-beta-git
-pkgver=r105.fe9f2c4
+pkgver=r117.c975230
pkgrel=1
arch=('x86_64')
pkgdesc='VHDL synthesis (based on ghdl)'
@@ -11,7 +11,7 @@ license=('GPL3')
provides=('ghdlsynth-beta' 'ghdlsynth')
conflicts=('ghdlsynth-beta' 'ghdlsynth')
makedepends=('git' 'yosys' 'clang')
-depends=('ghdl>0.36' 'yosys' 'gcc-libs')
+depends=('ghdl-git' 'gcc-libs')
source=("ghdlsynth::git://github.com/tgingold/ghdlsynth-beta.git")
sha256sums=('SKIP')