summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-07-01 18:31:12 +0200
committerTorsten Keßler2022-07-01 18:31:12 +0200
commit25e90c57f0d0dd32d0c446a566e0088663e9b470 (patch)
tree7760ff9a5b6786faea273abc9d73880b156b98f1 /PKGBUILD
parent745c2fda9b4da749ae5306bad7aee13d254fc503 (diff)
downloadaur-25e90c57f0d0dd32d0c446a566e0088663e9b470.tar.gz
upgpkg: atmi 5.2.0-1
* Update checksum * Remove unused cmake option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 939789e69b7a..dc0f98fc2942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=atmi
-pkgver=5.1.3
+pkgver=5.2.0
pkgrel=1
pkgdesc='Task graph framework for heterogeneous CPU-GPU systems.'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('hsa-rocr' 'comgr')
makedepends=('cmake' 'rsync')
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/atmi/archive/rocm-$pkgver.tar.gz")
-sha256sums=('a43448d77705b2b07e1758ffe8035aa6ba146abc2167984e8cb0f1615797b341')
+sha256sums=('33e77905a607734157d46c736c924c7c50b6b13f2b2ddbf711cb08e37f2efa4f')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {