summarylogtreecommitdiffstats
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
parent745c2fda9b4da749ae5306bad7aee13d254fc503 (diff)
downloadaur-25e90c57f0d0dd32d0c446a566e0088663e9b470.tar.gz
upgpkg: atmi 5.2.0-1
* Update checksum * Remove unused cmake option
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f4dab18d426..45650c9885c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = atmi
pkgdesc = Task graph framework for heterogeneous CPU-GPU systems.
- pkgver = 5.1.3
+ pkgver = 5.2.0
pkgrel = 1
url = https://github.com/RadeonOpenCompute/atmi
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = atmi
makedepends = rsync
depends = hsa-rocr
depends = comgr
- source = atmi-5.1.3.tar.gz::https://github.com/RadeonOpenCompute/atmi/archive/rocm-5.1.3.tar.gz
- sha256sums = a43448d77705b2b07e1758ffe8035aa6ba146abc2167984e8cb0f1615797b341
+ source = atmi-5.2.0.tar.gz::https://github.com/RadeonOpenCompute/atmi/archive/rocm-5.2.0.tar.gz
+ sha256sums = 33e77905a607734157d46c736c924c7c50b6b13f2b2ddbf711cb08e37f2efa4f
pkgname = atmi
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() {