summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2020-03-22 11:28:14 +0100
committerXiretza2020-03-22 11:30:03 +0100
commit90e3f937ff53967894cbcc24d9d8423ba512ef90 (patch)
tree84f097e01bab5a741c584665e1831ab3c1016f9e /PKGBUILD
parentc7ae1942795fb2275b50b489e9f5b484e094f9d1 (diff)
downloadaur-90e3f937ff53967894cbcc24d9d8423ba512ef90.tar.gz
Depend on ghdl-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')