summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Riegert2020-12-03 09:00:56 -0500
committerMichael Riegert2020-12-03 09:00:56 -0500
commit846b623cf8efb875a521989b2cba85b8e9890ecf (patch)
tree58a706b31a5475a5a44abf2d511cdd5165f08fae
parent9dbb08f960d40b1b2a8ca8059bb39e614073308e (diff)
downloadaur-846b623cf8efb875a521989b2cba85b8e9890ecf.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 4f92b4487209..1f14240d55f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fpga-toolchain-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20201202
+ pkgver = 20201203
pkgrel = 1
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-20201202/fpga-toolchain-linux_x86_64-nightly-20201202.tar.xz
- sha256sums_x86_64 = 962a2954d233e00def9c69306e147ae833bf1aba395422ff716d5a041ff6f79a
+ source_x86_64 = https://github.com/open-tool-forge/fpga-toolchain/releases/download/nightly-20201203/fpga-toolchain-linux_x86_64-nightly-20201203.tar.xz
+ sha256sums_x86_64 = 68976741fe853507ecb9b367838ccb544aaf029d8ddb9f51f552bbceda14e059
pkgname = fpga-toolchain-bin
diff --git a/PKGBUILD b/PKGBUILD
index 561f10de6d64..dc67a3327135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Riegert <michael at eowyn net>
pkgname=fpga-toolchain-bin
-pkgver=20201202
+pkgver=20201203
pkgrel=1
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=('962a2954d233e00def9c69306e147ae833bf1aba395422ff716d5a041ff6f79a')
+sha256sums_x86_64=('68976741fe853507ecb9b367838ccb544aaf029d8ddb9f51f552bbceda14e059')
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 lib/python3.8 --exclude VERSION --exclude lib/libghdl.link