Date: Monday, December 21, 2020 @ 12:30:22 Author: archange Revision: 780957
upgpkg: vc-intrinsics r73+5032643-1 Modified: vc-intrinsics/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-21 12:24:52 UTC (rev 780956) +++ PKGBUILD 2020-12-21 12:30:22 UTC (rev 780957) @@ -2,7 +2,7 @@ # Maintainer: Daniel Bermond <[email protected]> pkgname=vc-intrinsics -pkgver=r57+eabcd20 +pkgver=r73+5032643 pkgrel=1 pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that represent SIMD semantics of a program targeting GPU" arch=(x86_64) @@ -9,8 +9,8 @@ url="https://github.com/intel/vc-intrinsics" license=(MIT) makedepends=(git cmake python llvm) -source=(git+https://github.com/intel/vc-intrinsics.git#commit=eabcd2022cf868a658b257b8ea6ad62acbbe7dc5) -sha256sums=(SKIP) +source=(git+https://github.com/intel/vc-intrinsics.git#commit=50326439b1d0733c6af697de856d922273e4cfbe) +sha256sums=('SKIP') pkgver() { cd ${pkgname}
