summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirh2019-08-14 01:28:44 +0200
committermirh2019-08-14 01:28:44 +0200
commit7431c5985c60bbc535daddaacc89bd05ded8cc61 (patch)
tree2936a681b872c77e91fe52fa8e971ae4ac65b780
parente5998ad0d2ee2301598baa1c4a15a3ba5e315a9c (diff)
downloadaur-7431c5985c60bbc535daddaacc89bd05ded8cc61.tar.gz
Updated to 1.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b41a4eddd5de..f42bc41879d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = computecpp
pkgdesc = Accelerates Complex C++ Applications on Heterogeneous Compute Systems using Open Standards
- pkgver = 1.0.3
- pkgrel = 2
+ pkgver = 1.1.4
+ pkgrel = 1
url = https://www.codeplay.com/products/computesuite/computecpp
arch = x86_64
license = EULA
@@ -9,8 +9,8 @@ pkgbase = computecpp
depends = opencl-driver
depends = ocl-icd
options = !strip
- source = https://computecpp.codeplay.com/downloads/computecpp-ce/1.0.3/ubuntu-16.04-64bit.tar.gz
- sha256sums = 03026e37065cf7d3a86e2b1caf50cd2d6f308cf62f3592c7761df4698a84119d
+ source = https://computecpp.codeplay.com/downloads/computecpp-ce/1.1.4/ubuntu-16.04-64bit.tar.gz
+ sha256sums = 4a57c40737e2ffbf7248e844d2a9efb24387f796a9ba92a93373954f427ff16c
pkgname = computecpp
diff --git a/PKGBUILD b/PKGBUILD
index 336cf9e0f865..9176d7ce42c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
#
# Get the Ubuntu tarball from https://www.codeplay.com/products/computesuite/computecpp/download
pkgname=computecpp
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
pkgdesc="Accelerates Complex C++ Applications on Heterogeneous Compute
Systems using Open Standards"
arch=('x86_64')
url="https://www.codeplay.com/products/computesuite/computecpp"
license=('EULA')
source=("https://computecpp.codeplay.com/downloads/computecpp-ce/${pkgver}/ubuntu-16.04-64bit.tar.gz")
-sha256sums=('03026e37065cf7d3a86e2b1caf50cd2d6f308cf62f3592c7761df4698a84119d')
+sha256sums=('4a57c40737e2ffbf7248e844d2a9efb24387f796a9ba92a93373954f427ff16c')
depends=(ncurses5-compat-libs opencl-driver ocl-icd)
options=(!strip)