summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca4763d604d3..e5df7d8152f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Submitter: Chris Kitching
# Maintainer: Jakub OkoĊ„ski <jakub@okonski.org>
pkgname=hip
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
pkgdesc="Heterogeneous Interface for Portability ROCm"
url="https://github.com/ROCm-Developer-Tools/HIP"
arch=(x86_64)
-depends=(rocminfo)
-makedepends=("hcc>=2.0.0" git cmake ninja)
-source=("git+https://github.com/ROCm-Developer-Tools/HIP.git#tag=roc-2.0.0")
+makedepends=("hcc>=2.1.0" git cmake ninja)
+source=("git+https://github.com/ROCm-Developer-Tools/HIP.git#tag=roc-2.1.0")
md5sums=("SKIP")
build() {