summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormirh2018-10-05 00:43:39 +0200
committermirh2018-10-05 00:43:39 +0200
commit8a678e75ef18a70877dea4e57400fc109ffd3352 (patch)
treebb1774ada6cf5ffc9d093ffb3474e974ebf9110b /PKGBUILD
parent0a78371529c1833c78b33f7a9a25da85966a324a (diff)
downloadaur-8a678e75ef18a70877dea4e57400fc109ffd3352.tar.gz
Updated to 1.0.1, switched to online source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c887f9195e2..2abfee5f93a8 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.0
+pkgver=1.0.1
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=("local://ComputeCpp-CE-${pkgver}-Ubuntu.16.04-64bit.tar.gz")
-sha256sums=('3761661845195c9e342a406027782247615d399701ddbb7eb76eb95ff43cae94')
+source=("https://computecpp.codeplay.com/downloads/computecpp-ce/${pkgver}/ubuntu-16.04-64bit.tar.gz")
+sha256sums=('35692ad192644b4ae8a1e0551e36d74014d0232764845b2ac0ea8d72d3d0f6d2')
depends=(ncurses5-compat-libs)
options=(!strip)