summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2020-01-19 14:53:01 +0100
committerXiretza2020-01-19 14:53:01 +0100
commitf3822c30d023f919bca776e753087adfc8b37d72 (patch)
tree1e222b583565cb253851234aa7b6e3f2148dd484
parent9679417da7c4e83db0432c42b8c1e55bc12fd006 (diff)
downloadaur-f3822c30d023f919bca776e753087adfc8b37d72.tar.gz
Fix installation of examples
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaa09a356cd7..01486f98d78c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghdlsynth-beta-git
pkgdesc = VHDL synthesis (based on ghdl)
- pkgver = r102.175123c
+ pkgver = r103.910073d
pkgrel = 1
url = https://github.com/tgingold/ghdlsynth-beta
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d5d5b4033c66..7b9f46c1df52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
pkgname=ghdlsynth-beta-git
-pkgver=r102.175123c
+pkgver=r103.910073d
pkgrel=1
arch=('x86_64')
pkgdesc='VHDL synthesis (based on ghdl)'
@@ -33,5 +33,5 @@ package() {
install -Dm755 -t "$pkgdir/$(yosys-config --datdir)/plugins/" ghdl.so
install -dm755 "$pkgdir/usr/share/ghdlsynth/examples/"
- cp -r ice40hx8k icestick icezum "$pkgdir/usr/share/ghdlsynth/examples/"
+ cp -r examples/* "$pkgdir/usr/share/ghdlsynth/examples/"
}