summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d74f2170b260..5f5673726f61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = armcl-opencl
pkgdesc = ARM Computer Vision and Machine Learning Library (x86_64 OpenCL Backend)
- pkgver = 19.02
- pkgrel = 4
+ pkgver = 20.02.1
+ pkgrel = 1
url = https://github.com/ARM-software/ComputeLibrary
arch = x86_64
license = MIT
@@ -9,6 +9,8 @@ pkgbase = armcl-opencl
makedepends = git
makedepends = doxygen>=1.8.5
options = !strip
+ options = !emptydirs
+ options = staticlibs
source = git+https://github.com/ARM-software/ComputeLibrary.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bdcfa5cc844c..34e0f360f2a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andrew Anderson <aanderso@tcd.ie>
pkgname=armcl-opencl
-pkgver=19.02
-pkgrel=4
+pkgver=20.02.1
+pkgrel=1
epoch=
pkgdesc="ARM Computer Vision and Machine Learning Library (x86_64 OpenCL Backend)"
@@ -18,7 +18,7 @@ provides=()
conflicts=()
replaces=()
backup=()
-options=( !strip )
+options=( '!strip' '!emptydirs' 'staticlibs' )
install=
changelog=
source=("git+https://github.com/ARM-software/ComputeLibrary.git")