summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew2020-04-17 23:50:58 +0100
committerAndrew2020-04-17 23:50:58 +0100
commitc666e50069d0cd45fb2fff072b8a5151867ae4ea (patch)
treead626b0458c86f51c8a21f3e6e874b92712c136c
parent550eb8f8b4c139fd6d5b4858c88451aa2eb99904 (diff)
downloadaur-c666e50069d0cd45fb2fff072b8a5151867ae4ea.tar.gz
Update to latest version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fff7f5757c5d..f5e6711bb141 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-linux-gnueabihf-armcl-neon
pkgdesc = ARM Computer Vision and Machine Learning Library (armv7a NEON Backend)
- pkgver = 19.02
- pkgrel = 4
+ pkgver = 20.02.1
+ pkgrel = 1
url = https://github.com/ARM-software/ComputeLibrary
arch = x86_64
license = MIT
@@ -11,6 +11,8 @@ pkgbase = arm-linux-gnueabihf-armcl-neon
makedepends = arm-linux-gnueabihf-gcc
conflicts = arm-linux-gnueabihf-armcl-opencl+neon
options = !strip
+ options = !emptydirs
+ options = staticlibs
source = git+https://github.com/ARM-software/ComputeLibrary.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7605b73ba26b..86e23d0d96bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andrew Anderson <aanderso@tcd.ie>
pkgname=arm-linux-gnueabihf-armcl-neon
-pkgver=19.02
-pkgrel=4
+pkgver=20.02.1
+pkgrel=1
epoch=
pkgdesc="ARM Computer Vision and Machine Learning Library (armv7a NEON Backend)"
@@ -18,7 +18,7 @@ provides=()
conflicts=( 'arm-linux-gnueabihf-armcl-opencl+neon' )
replaces=()
backup=()
-options=( !strip )
+options=( '!strip' '!emptydirs' 'staticlibs' )
install=
changelog=
source=("git+https://github.com/ARM-software/ComputeLibrary.git")