In case anyone is installing the package for the first time & wants to use the updated version, here's a patch to make that work:
diff --git a/.SRCINFO b/.SRCINFO
index 14fd7e7..90159af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,11 +20,11 @@ pkgbase = vivado
optdepends = qt4: Model Composer
options = !strip
options = !debug
- source = file:///FPGAs_AdaptiveSoCs_Unified_SDI_2025.2_1114_2157.tar
+ source = file:///FPGAs_AdaptiveSoCs_Unified_SDI_2025.2_1114_2157_1.tar
source = spoof_homedir.c
source = install_config-vitis.txt
source = install_config-vivado.txt
- md5sums = 5e793c6b88de5123a09f024253fc2527
+ md5sums = fdae748783af560aa005b62dd7ef4b26
md5sums = 69d14ad64f6ec44e041eaa8ffcb6f87c
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0f72650..e50f68d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,6 +80,7 @@ _installprefix=/opt/Xilinx
_srcname=FPGAs_AdaptiveSoCs_Unified_SDI
pkgver=2025.2
_more_ver=1114_2157
+_even_more_ver=1
pkgrel=1
pkgdesc="FPGA/CPLD design suite for AMD devices"
url="https://www.xilinx.com/products/design-tools/vivado.html"
@@ -101,14 +102,14 @@ optdepends=('fxload'
'qt4: Model Composer'
)
source=(
- "file:///${_srcname}_${pkgver}_${_more_ver}.tar"
+ "file:///${_srcname}_${pkgver}_${_more_ver}_${_even_more_ver}.tar"
"spoof_homedir.c"
"install_config-vitis.txt"
"install_config-vivado.txt"
)
md5sums=(
- '5e793c6b88de5123a09f024253fc2527'
+ 'fdae748783af560aa005b62dd7ef4b26'
# Checksum from https://www.xilinx.com/support/download.html
'69d14ad64f6ec44e041eaa8ffcb6f87c'
Pinned Comments
leuko commented on 2024-01-14 21:14 (UTC) (edited on 2025-11-22 13:26 (UTC) by leuko)
Contributions welcome: https://gitlab.com/goekce/pkgbuilds/
PKGBUILDcannot download Vivado, you have to download Vivado before executing thePKGBUILD. Refer toPKGBUILD.This pkgbuild is also able to install Vitis – look into the file for details.