summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2022-10-23 21:04:57 +0200
committerXiretza2022-10-25 17:59:41 +0200
commit3cfcd3828b54ba4498efdd79fb8bcefc171fa932 (patch)
treebe74afe0275ea7a91d8e0634e6768717e1dd1658
parentf847425e32602940127ac66c6e6380ec3b2d1805 (diff)
downloadaur-3cfcd3828b54ba4498efdd79fb8bcefc171fa932.tar.gz
Update to 2022.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65ea68891146..757915c5b151 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vivado
pkgdesc = FPGA/CPLD design suite for Xilinx devices
- pkgver = 2022.1
+ pkgver = 2022.2
pkgrel = 1
url = https://www.xilinx.com/products/design-tools/vivado.html
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = vivado
optdepends = matlab: Model Composer
optdepends = qt4: Model Composer
options = !strip
- source = file:///Xilinx_Unified_2022.1_0420_0327.tar.gz
+ source = file:///Xilinx_Unified_2022.2_1014_8888.tar.gz
source = spoof_homedir.c
- md5sums = 0bf810cf5eaa28a849ab52b9bfdd20a5
+ md5sums = 4b4e84306eb631fe67d3efb469122671
md5sums = 69d14ad64f6ec44e041eaa8ffcb6f87c
pkgname = vivado
diff --git a/PKGBUILD b/PKGBUILD
index a723ef02546f..6cc6b93ad045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
#
# 1. Log in to xilinx.com
# 2. Go to https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools.html
-# 3. Download "Xilinx Unified Installer SFD (TAR/GZIP)" - WARNING: This file is >70GB in size
+# 3. Download "Xilinx Unified Installer SFD (TAR/GZIP)" - WARNING: This file is >90GB in size
# 4. Place the .tar.gz in the same directory as the PKGBUILD
# 5. Build!
#
@@ -13,8 +13,8 @@
#
# SOME MORE NOTES:
#
-# This package is huge. The download alone is a 72GB .tar.gz, which decompresses to 73GB (yeah...),
-# and the final zstd-compressed package is another 46GB. Reserve at least 200GB in total for building.
+# This package is huge. The download alone is a barely-compressed 90GB .tar.gz (extracts to ~90GB)
+# and the final zstd-compressed package is another 20GB. Reserve at least 200GB in total for building.
#
# It can also take up to two hours to build, being mostly limited by I/O and single-thread
# performance. `namcap` takes another 30 minutes, make sure you're not running that automatically.
@@ -27,8 +27,8 @@
pkgname=vivado
_srcname=Xilinx_Unified
-pkgver=2022.1
-_more_ver=0420_0327
+pkgver=2022.2
+_more_ver=1014_8888
pkgrel=1
pkgdesc="FPGA/CPLD design suite for Xilinx devices"
url="https://www.xilinx.com/products/design-tools/vivado.html"
@@ -53,7 +53,7 @@ source=("file:///${_srcname}_${pkgver}_${_more_ver}.tar.gz"
'spoof_homedir.c')
# checksum from https://www.xilinx.com/support/download.html
-md5sums=('0bf810cf5eaa28a849ab52b9bfdd20a5'
+md5sums=('4b4e84306eb631fe67d3efb469122671'
'69d14ad64f6ec44e041eaa8ffcb6f87c')
# takes forever for probably minimal gain