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 c1e59fd7caaf..7c4129801873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Riegert <michael at eowyn net>
pkgname=fpga-toolchain-bin
-pkgver=20210104
+pkgver=20210105
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=('777a17d69e2d8bba1108de5bc992b3c40a038277d03f81dca9e36bd93fa2f91d')
+sha256sums_x86_64=('1d047d65ef8766c0c9901eb6aab7c6a8ed3b286253d69ee0dd60183220d4268a')
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