summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-01-23 15:58:17 +0000
committerAndrew Anderson2018-01-23 15:58:17 +0000
commit9965dd836979e43d118b3d1db1090f21d41ced87 (patch)
tree97d1ac74209434b2a76a3af61e41ad82484ee3dd /PKGBUILD
parentdb45c06a59cec89be2afc82c57e521f9938bc710 (diff)
downloadaur-9965dd836979e43d118b3d1db1090f21d41ced87.tar.gz
Update conflicts and pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5acd59208b6..c65f09790a04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=17.12
pkgrel=0
epoch=
-pkgdesc="ARM Computer Vision and Machine Learning Library (NEON Backend)"
+pkgdesc="ARM Computer Vision and Machine Learning Library (arm64-v8a NEON Backend)"
arch=( 'x86_64' )
url="https://github.com/ARM-software/ComputeLibrary"
license=('MIT')
@@ -15,7 +15,7 @@ makedepends=( 'scons>=2.3' 'git' 'doxygen>=1.8.5' 'aarch64-linux-gnu-gcc' )
checkdepends=()
optdepends=()
provides=()
-conflicts=()
+conflicts=( 'aarch64-linux-gnu-armcl-opencl+neon' )
replaces=()
backup=()
options=( !strip )