summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37fbf5bd4b7b..f8bc1fc9eaba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: acxz <akashpatel2008 at yahoo dot com>
+# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
+# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=comgr
pkgdesc='Radeon Open Compute - compiler support'
-pkgver=4.0.0
+pkgver=4.1.0
pkgrel=1
arch=('x86_64')
url='https://github.com/RadeonOpenCompute/ROCm-CompilerSupport'
@@ -10,7 +11,7 @@ license=('custom:NCSAOSL')
depends=(zlib llvm-amdgpu rocm-device-libs)
makedepends=(cmake rocm-cmake)
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz")
-sha256sums=('f389601fb70b2d9a60d0e2798919af9ddf7b8376a2e460141507fe50073dfb31')
+sha256sums=('ffb625978555c63582aa46857672431793261166aa31761eff4fe5c2cab661ae')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {