summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaoda Wang2021-11-25 16:59:55 -0800
committerHaoda Wang2021-11-25 16:59:55 -0800
commit708692f8e37399df4da98e014feaf0433c7621ab (patch)
tree1a91b2ee9a724c09ed76234c79034bf97df8d088
parent74ad96cf8ab5eadcc63a466869bace37eb088599 (diff)
downloadaur-708692f8e37399df4da98e014feaf0433c7621ab.tar.gz
Update to 2021.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 17 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb9e0c690b23..f22108af1ab4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,3 +13,17 @@ pkgbase = xrt-bin
pkgname = xrt-bin
+pkgbase = xrt-bin
+ pkgdesc = Xilinx Run Time for FPGA
+ pkgver = 2021.2
+ pkgrel = 1
+ url = https://github.com/Xilinx/XRT
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ depends = ocl-icd
+ optdepends = vivado
+ source = https://www.xilinx.com/bin/public/openDownload?filename=xrt_202110.2.11.634_20.04-amd64-xrt.deb
+ md5sums = a40f8a4386e8f92f9af43d1bfae54b62
+
+pkgname = xrt-bin
diff --git a/PKGBUILD b/PKGBUILD
index bdd51e2c277b..2711be7865f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=xrt-bin
-pkgver=2020.2
+pkgver=2021.2
pkgrel=1
pkgdesc="Xilinx Run Time for FPGA"
arch=('x86_64')
@@ -8,8 +8,8 @@ license=('EULA')
groups=('base-devel')
depends=(ocl-icd)
optdepends=(vivado)
-source=(https://www.xilinx.com/bin/public/openDownload?filename=xrt_202020.2.8.743_20.04-amd64-xrt.deb)
-md5sums=(4dd5237ab928507ffb7070b3412869a7)
+source=(https://www.xilinx.com/bin/public/openDownload?filename=xrt_202110.2.11.634_20.04-amd64-xrt.deb)
+md5sums=(a40f8a4386e8f92f9af43d1bfae54b62)
package() {
tar -zxf data.tar.gz -C "${pkgdir}"