summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7903d7687bb4..cbb75d9ca269 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armcl-opencl-debug
pkgdesc = ARM Computer Vision and Machine Learning Library (x86_64 OpenCL Backend, debug build)
- pkgver = 19.02
+ pkgver = 20.02.1
pkgrel = 1
url = https://github.com/ARM-software/ComputeLibrary
arch = x86_64
@@ -11,6 +11,8 @@ pkgbase = armcl-opencl-debug
conflicts = armcl-opencl
replaces = armcl-opencl
options = !strip
+ options = !emptydirs
+ options = staticlibs
source = git+https://github.com/ARM-software/ComputeLibrary.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 71fba9d637ea..983b4d8aed1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Anderson <aanderso@tcd.ie>
pkgname=armcl-opencl-debug
-pkgver=19.02
+pkgver=20.02.1
pkgrel=1
epoch=
@@ -18,7 +18,7 @@ provides=()
conflicts=( 'armcl-opencl' )
replaces=( 'armcl-opencl' )
backup=()
-options=( !strip )
+options=( '!strip' '!emptydirs' 'staticlibs' )
install=
changelog=
source=("git+https://github.com/ARM-software/ComputeLibrary.git")