summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormirh2018-05-21 22:18:58 +0200
committermirh2018-05-21 22:18:58 +0200
commit632094d5f34e01d11e8a7b28c8447e8e9f5f0b78 (patch)
treee3a8f5428c9e4ddcf04acf4730a2d57c83ddbf2d /PKGBUILD
parent210cb8c35585527cc29eeeeaf162cc791a520114 (diff)
downloadaur-632094d5f34e01d11e8a7b28c8447e8e9f5f0b78.tar.gz
Updated to 0.8.0 + typo fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf5789241669..c37435aa0be5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
#
# Get the Ubuntu tarball from https://www.codeplay.com/products/computesuite/computecpp/download
pkgname=computecpp
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="Accelerates Complex C++ Applications on Heterogeneous Compute
Systems using Open Standards"
@@ -11,7 +11,7 @@ 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=('ffa3afdcdd5d87359195371d3066c551953fbd9d07faf3cb4d68f05bb9afee46')
+sha256sums=('81bff6a03ecd3611130d7498d3f3228cc016ad68d2d1f097e83295cc5047505c')
depends=(ncurses5-compat-libs)
options=(!strip)
@@ -22,6 +22,7 @@ package() {
mkdir -p "$pkgdir/usr/bin"
mkdir -p "$pkgdir/etc/ld.so.conf.d"
+ mv ${_pkgbasename}/lib/ComputeCppTargts ${_pkgbasename}/lib/ComputeCppTargets
mv ${_pkgbasename} "$pkgdir/opt"
ln -s /opt/${_pkgbasename}/bin/compute++ "$pkgdir/usr/bin"