summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyl72024-04-08 19:22:01 +0800
committermyl72024-04-08 19:22:01 +0800
commit79d7cb20dba1ab0483c2b4ee4fc0f17bdf727234 (patch)
treea284e963ca3b69990b8f8b0c95a93bed0ba67d20
parenta5bd73fd71cc26692b2926d5e4388f9ad3bfc863 (diff)
downloadaur-79d7cb20dba1ab0483c2b4ee4fc0f17bdf727234.tar.gz
Update optdepends
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cfdc6d2b2ac..adf456a36183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,10 @@ url='https://openenclave.io/sdk/'
# _giturl='https://github.com/openenclave/openenclave'
# Since it bundles all submodule deps
license=('Apache-2.0')
-optdepends=('openssl-1.1: for bundled tools to use system-wide OpenSSL')
+optdepends=(
+ 'openssl-1.1: for bundled tools and linked with host part when building'
+ 'clang14: can build'
+)
changelog="$_pkgname.changelog.md"
source=(
"https://packages.microsoft.com/ubuntu/20.04/prod/pool/main/o/${_pkgname}/${_pkgname}_${pkgver}_amd64.deb"