summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2019-05-21 18:13:51 +0100
committerAndrew Anderson2019-05-21 18:13:51 +0100
commiteb0aa149615b563f332d117eb5435805d8b66ec4 (patch)
tree15def466ce8a5913525dc3e88c2fa3b6e8c0bc02 /PKGBUILD
parentfefd837d764396e7890870c537afe7ef692c9738 (diff)
downloadaur-eb0aa149615b563f332d117eb5435805d8b66ec4.tar.gz
Include utils headers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e94dd4f0b7a3..430f4a72b685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aarch64-linux-gnu-armcl-neon
pkgver=19.02
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="ARM Computer Vision and Machine Learning Library (arm64-v8a NEON Backend)"
@@ -54,4 +54,5 @@ package() {
cp -r arm_compute/* ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
cp -r support ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
cp -r include/* ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
+ cp -r utils/* ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
}