summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRanieri Althoff2020-06-20 17:02:20 -0300
committerRanieri Althoff2020-06-20 17:02:20 -0300
commit9f24c80c268b463e11efaf6ecb0dfc11655463d9 (patch)
tree7555301cba1bd4fabafbb09eca40b1ecf454432f /PKGBUILD
parent8917c4a885d2ee3bdf36b32197891af14c8cb888 (diff)
downloadaur-9f24c80c268b463e11efaf6ecb0dfc11655463d9.tar.gz
upgpkg: llvm-amdgpu 3.5.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e720b4a64d63..83b663c6d1b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=llvm-amdgpu
pkgdesc='Radeon Open Compute - LLVM toolchain (llvm, clang, lld)'
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
arch=('x86_64')
url='https://github.com/RadeonOpenCompute/llvm-project'
license=('custom:Apache 2.0 with LLVM Exception')
depends=(z3)
makedepends=(cmake python)
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz")
-sha256sums=('4878fa85473b24d88edcc89938441edc85d2e8a785e567b7bd7ce274ecc2fd9c')
+sha256sums=('9ccfdd2b97a2848856cda1f67212145a5b8e2c6b802530c84341ea6e33658658')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {