summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2019-05-21 18:23:29 +0100
committerAndrew Anderson2019-05-21 18:23:29 +0100
commitfff6511ad7ae2db87ab04e6b620d529ba8ad584d (patch)
treeeedc6fbfa0ecf0db3355be64c444efa535bd4fc4
parenteaaa5df004d87139bd89d0a0f6659a39abf74a56 (diff)
downloadaur-fff6511ad7ae2db87ab04e6b620d529ba8ad584d.tar.gz
Include utils headers
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69701b29107d..b1c471a654c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = armcl-opencl
pkgdesc = ARM Computer Vision and Machine Learning Library (x86_64 OpenCL Backend)
pkgver = 19.02
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/ARM-software/ComputeLibrary
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4559083b3847..ff43f0fcd57a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=armcl-opencl
pkgver=19.02
-pkgrel=1
+pkgrel=3
epoch=
pkgdesc="ARM Computer Vision and Machine Learning Library (x86_64 OpenCL Backend)"
@@ -58,4 +58,5 @@ package() {
cp -r arm_compute/* ${pkgdir}/usr/include/arm_compute/
cp -r support ${pkgdir}/usr/include/arm_compute/
cp -r include/* ${pkgdir}/usr/include/arm_compute/
+ cp -r utils ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
}