summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Riegert2021-01-05 09:01:11 -0500
committerMichael Riegert2021-01-05 09:01:11 -0500
commitbcc3db7f3b7a0e6469631ead5190f73bc0bc27ab (patch)
tree238a19e6459e27e8628f090da24da0d9fb132d82
parent6953cd6e44a1357b6668f1fd5b99b6080c42fa3e (diff)
downloadaur-bcc3db7f3b7a0e6469631ead5190f73bc0bc27ab.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 a460cdb5d8d5..939fcb6f7e05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fpga-toolchain-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20210104
+ pkgver = 20210105
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-20210104/fpga-toolchain-linux_x86_64-nightly-20210104.tar.xz
- sha256sums_x86_64 = 777a17d69e2d8bba1108de5bc992b3c40a038277d03f81dca9e36bd93fa2f91d
+ source_x86_64 = https://github.com/open-tool-forge/fpga-toolchain/releases/download/nightly-20210105/fpga-toolchain-linux_x86_64-nightly-20210105.tar.xz
+ sha256sums_x86_64 = 1d047d65ef8766c0c9901eb6aab7c6a8ed3b286253d69ee0dd60183220d4268a
pkgname = fpga-toolchain-bin
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