summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c45481bbf84d..1c10dc24266b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Riegert <michael at eowyn net>
pkgname=fpga-toolchain-bin
-pkgver=20210216
+pkgver=20210301
pkgrel=2
pkgdesc="Nightly builds of open-source FPGA tools"
arch=('x86_64')
@@ -26,7 +26,7 @@ conflicts=(
'prjtrellis-db'
)
source_x86_64=($url/releases/download/nightly-$pkgver/fpga-toolchain-linux_x86_64-nightly-$pkgver.tar.xz)
-sha256sums_x86_64=('05afb9f4db9ac880c4941dfaa111970a442945a42e99bc2f1c53314b48a3a30b')
+sha256sums_x86_64=('362dadac4b51ad23607061aff10789e1dbdd2778e0f9499972b504c618bafd7d')
package() {
mkdir -p "$pkgdir/usr/bin" "$pkgdir/usr/include" "$pkgdir/usr/lib/ghdl" "$pkgdir/usr/share"
rsync -a "$srcdir/fpga-toolchain/" "$pkgdir/usr/" --chmod=755 --exclude VERSION --exclude lib/libghdl.link