summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Riegert2021-03-01 01:24:22 -0500
committerMichael Riegert2021-03-01 01:24:22 -0500
commit1db87269a70f273644f4b8a31ef0f960dcb3a33b (patch)
treebc63122bdfcc4c3ce32f7813649c5ae2d4144325
parentc7f5d52650ccd6443d8d1c2cd9eecc0d38d37988 (diff)
downloadaur-1db87269a70f273644f4b8a31ef0f960dcb3a33b.tar.gz
Update nightly build
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d94b37fe171..ead90872dcab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fpga-toolchain-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20210216
+ pkgver = 20210301
pkgrel = 2
url = https://github.com/open-tool-forge/fpga-toolchain
arch = x86_64
@@ -23,8 +23,8 @@ pkgbase = fpga-toolchain-bin
conflicts = yices
conflicts = prjtrellis
conflicts = prjtrellis-db
- source_x86_64 = https://github.com/open-tool-forge/fpga-toolchain/releases/download/nightly-20210216/fpga-toolchain-linux_x86_64-nightly-20210216.tar.xz
- sha256sums_x86_64 = 05afb9f4db9ac880c4941dfaa111970a442945a42e99bc2f1c53314b48a3a30b
+ source_x86_64 = https://github.com/open-tool-forge/fpga-toolchain/releases/download/nightly-20210301/fpga-toolchain-linux_x86_64-nightly-20210301.tar.xz
+ sha256sums_x86_64 = 362dadac4b51ad23607061aff10789e1dbdd2778e0f9499972b504c618bafd7d
pkgname = fpga-toolchain-bin
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