summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2018-12-10 19:55:31 +0000
committerAndrew Anderson2018-12-10 19:55:31 +0000
commitc9470e4c6aaf166903c59e389e476a286ca19d50 (patch)
tree44138441c3181b97651a651c4c16c19f95519224
parent7fc560bfe693ff724517b3b9542c5235e577adfc (diff)
downloadaur-c9470e4c6aaf166903c59e389e476a286ca19d50.tar.gz
deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25563431ac80..3b2514646948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = arm-linux-gnueabihf-armcl-neon
pkgdesc = ARM Computer Vision and Machine Learning Library (armv7a NEON Backend)
pkgver = 18.11
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/ARM-software/ComputeLibrary
arch = x86_64
license = MIT
makedepends = scons>=2.3
makedepends = git
makedepends = doxygen>=1.8.5
- makedepends = arm-linux-gnueabihf-gcc
conflicts = arm-linux-gnueabihf-armcl-opencl+neon
options = !strip
source = git+https://github.com/ARM-software/ComputeLibrary.git
diff --git a/PKGBUILD b/PKGBUILD
index 3a0d80983f28..19168edff3fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=arm-linux-gnueabihf-armcl-neon
pkgver=18.11
-pkgrel=0
+pkgrel=1
epoch=
pkgdesc="ARM Computer Vision and Machine Learning Library (armv7a NEON Backend)"
@@ -11,7 +11,7 @@ url="https://github.com/ARM-software/ComputeLibrary"
license=('MIT')
groups=()
depends=()
-makedepends=( 'scons>=2.3' 'git' 'doxygen>=1.8.5' 'arm-linux-gnueabihf-gcc' )
+makedepends=( 'scons>=2.3' 'git' 'doxygen>=1.8.5' )
checkdepends=()
optdepends=()
provides=()