summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2019-05-21 18:23:44 +0100
committerAndrew Anderson2019-05-21 18:23:44 +0100
commit5313c8681a6781d6e6163a43c48ccdaa59621908 (patch)
treec2701b7340dce1590c534174b56342bf1e6fd589 /PKGBUILD
parent4149cea7f447a5f3e1a54b3e2d13eda178b6bf56 (diff)
downloadaur-5313c8681a6781d6e6163a43c48ccdaa59621908.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 32147e7f7a0a..9c14990f25a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=arm-linux-gnueabihf-armcl-neon
pkgver=19.02
-pkgrel=1
+pkgrel=3
epoch=
pkgdesc="ARM Computer Vision and Machine Learning Library (armv7a NEON Backend)"
@@ -54,4 +54,5 @@ package() {
cp -r arm_compute/* ${pkgdir}/usr/arm-linux-gnueabihf/include/arm_compute/
cp -r support ${pkgdir}/usr/arm-linux-gnueabihf/include/arm_compute/
cp -r include/* ${pkgdir}/usr/arm-linux-gnueabihf/include/arm_compute/
+ cp -r utils ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
}