summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIldus Kurbangaliev2022-04-15 09:59:33 +0500
committerIldus Kurbangaliev2022-04-15 09:59:33 +0500
commitd01529b6260064fa1654584f52e47bd67aec8754 (patch)
tree6c9c98799e6ea559fc5d13a4c9d833e752fb4f93
parent17f225e5be43f01dd7d50b32543bd5dae228ef89 (diff)
downloadaur-d01529b6260064fa1654584f52e47bd67aec8754.tar.gz
use correct file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8d67c3549d0..ecb6db6dc6f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yosys-uhdm-plugin
pkgdesc = UDHM plugin for Yosys (SystemVerilog support)
- pkgver = 1c7f719
+ pkgver = c7b3eb9
pkgrel = 1
url = https://github.com/antmicro/yosys-uhdm-plugin-integration/releases
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4558074592f2..d132fc948bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ildus Kurbangaliev <i.kurbangaliev@gmail.com>
pkgname=yosys-uhdm-plugin
-pkgver=1c7f719
+pkgver=c7b3eb9
pkgrel=1
pkgdesc='UDHM plugin for Yosys (SystemVerilog support)'
arch=('x86_64')
@@ -25,7 +25,7 @@ pkgver() {
package() {
YOSYS_DATDIR=$(yosys-config --datdir)
YOSYS_PLUGIN_DIR=$pkgdir/$YOSYS_DATDIR/plugins
- UHDM_PLUGIN_PATH=$srcdir/image/share/yosys/plugins/uhdm.so
+ UHDM_PLUGIN_PATH=$srcdir/image/share/yosys/plugins/systemverilog.so
mkdir -p $YOSYS_PLUGIN_DIR
cp -v $UHDM_PLUGIN_PATH $pkdir/$YOSYS_PLUGIN_DIR/systemverilog.so